summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2017-02-28 10:06:01 +0100
committerAnne Jan Brouwer <brouwer@annejan.com>2017-02-28 10:06:01 +0100
commitd15f0a62b53bddde82f540424cdd9c42f811d7fe (patch)
tree1587734af52fb9d253c6868c9636046ccc1d0d17 /.travis.yml
parent83ec45b0b3067b67027a14cde398868939fab4fa (diff)
Direct exec of test on macOS
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 0e77ae24..efe5aed9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -47,7 +47,8 @@ script:
- cd tests
- qmake
- make
-- ./auto/util/tst_util
+- if [ "$TRAVIS_OS_NAME" != "osx" ]; then ./auto/util/tst_util; fi
+- if [ "$TRAVIS_OS_NAME" = "osx" ]; then ./auto/util/tst_util.app/Contents/MacOS/tst_util; fi
- cd -
notifications:
irc: