summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2019-11-29 13:13:43 +0100
committerJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2019-11-29 13:53:46 +0100
commitdeb4c23423b6e4d4cdc89d96ec3386c1a913b25f (patch)
tree1741ab9d3074fc3fa259e0792f19a6b94b1e7978 /.travis.yml
parent4acbcfb1e995c5cbbe5a614b52393e8a78b8652a (diff)
.travis.yml: Print QTDIR on osx builds
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 696babbf6a..6a4d4501e3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -45,6 +45,7 @@ matrix:
DISPLAY=:99.0
before_install:
- export QTDIR="$(find /usr/local/Cellar/qt -d 1 | tail -n 1)"
+ - echo "QTDIR=$QTDIR"
install:
- scons $COMMON_FLAGS $EXTRA_FLAGS
script: