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