summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnne Jan Brouwer <annejan@noprotocol.com>2015-10-16 10:56:54 +0200
committerAnne Jan Brouwer <annejan@noprotocol.com>2015-10-16 10:56:54 +0200
commit6410f39210b5750d932ab5f3005043f01940d90f (patch)
tree184606a63487e06fdae30e7d1091f2876d15c4de
parent36e8bc146bf3942841e00c43d62586bde37bc8ea (diff)
Set PATH for travis build osx version
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 46f6d9ec..be8c010c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,6 +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
script:
- qmake -v