We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 197de33 commit c75c706Copy full SHA for c75c706
.travis.yml
@@ -9,7 +9,7 @@ os:
9
- linux
10
11
script:
12
-- ./build.sh
+- if [ $TRAVIS_OS_NAME == linux ]; then sh build.sh; fi
13
14
branches:
15
only:
0 commit comments