summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2015-10-16 11:00:22 +0200
committerAnne Jan Brouwer <annejan@noprotocol.com>2015-10-16 11:00:22 +0200
commite337041825d2147bf4ac270ecc984351eafd9c6c (patch)
treeb4a92c10bf13813882fc55bf995d59cca5efaccc /.travis.yml
parent39ab06139515e98dc0de55021cee28790cec8c76 (diff)
forgot the 'then'
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 be8c010c..f82c6caa 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,7 +17,7 @@ addons:
install:
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew update; fi
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew ls | grep -wq qt5 || brew install qt5; fi
- - if [ "$TRAVIS_OS_NAME" = "osx" ]; export PATH=$PATH:/usr/local/opt/qt5/bin; fi
+ - if [ "$TRAVIS_OS_NAME" = "osx" ]; then export PATH=$PATH:/usr/local/opt/qt5/bin; fi
script:
- qmake -v