diff options
Diffstat (limited to 'scripts/travis.sh')
| -rwxr-xr-x[-rw-r--r--] | scripts/travis.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/travis.sh b/scripts/travis.sh index 457848f..d9844bf 100644..100755 --- a/scripts/travis.sh +++ b/scripts/travis.sh @@ -1,3 +1,5 @@ +#!/bin/bash + if [ $STAGE = "script" ]; then if [ $TRAVIS_OS_NAME = "linux" ]; then echo "[TRAVIS] Running qmake" |
