We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd03730 commit 1c812b5Copy full SHA for 1c812b5
1 file changed
.travis.yml
@@ -17,6 +17,7 @@ branches:
17
- dev
18
- /^(.*\/)?ci-.*$/
19
before_install:
20
+ - chmod u+x /build.sh
21
- 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
22
script:
23
- ./build.sh
0 commit comments