Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1c812b5

Browse files
authored
Update .travis.yml
1 parent dd03730 commit 1c812b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ branches:
1717
- dev
1818
- /^(.*\/)?ci-.*$/
1919
before_install:
20+
- chmod u+x /build.sh
2021
- if test "$TRAVIS_OS_NAME" == "osx"; then brew update; brew install openssl; ln -s /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib /usr/local/lib/; ln -s /usr/local/opt/openssl/lib/libssl.1.0.0.dylib /usr/local/lib/; fi
2122
script:
2223
- ./build.sh

0 commit comments

Comments
 (0)