aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2018-07-06 16:26:08 +0200
committerAnders Broman <a.broman58@gmail.com>2018-07-06 14:30:51 +0000
commit7e000c966117af4dddb94a99c87e2eff71e749b2 (patch)
treef282ffab0cc16592af96cdf9fab63018e75d40fd /.travis.yml
parentfed08d380f04e706fa6da9d5c3a4fb8a2e09f724 (diff)
travis: fix typo.
Change-Id: Id5613fd9aa506d62e7a48585d6ea13c3db100068 Reviewed-on: https://code.wireshark.org/review/28650 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index b21592cc0a..5de5b4f3e5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -30,7 +30,7 @@ before_install:
# macos
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then ./tools/macos-setup-brew.sh; fi
# linux
- - if [ "$TRAVIS_OS_NAME" == "linux" ]; then if [ "$CXX" = "g++" ]; then export CXX="g++-8" CC="gcc-8"; fi ; fi
+ - if [ "$TRAVIS_OS_NAME" == "linux" ]; then if [ "$CXX" == "g++" ]; then export CXX="g++-8" CC="gcc-8"; fi ; fi
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo ./tools/debian-setup.sh --install-optional -qq; fi
- $CC --version
before_script: