Skip to content

Commit c75c706

Browse files
committed
modify travis ci file.
1 parent 197de33 commit c75c706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ os:
99
- linux
1010

1111
script:
12-
- ./build.sh
12+
- if [ $TRAVIS_OS_NAME == linux ]; then sh build.sh; fi
1313

1414
branches:
1515
only:

0 commit comments

Comments
 (0)