Skip to content

Commit 93bcc1d

Browse files
authored
Update .travis.yml
1 parent 1c812b5 commit 93bcc1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ branches:
1717
- dev
1818
- /^(.*\/)?ci-.*$/
1919
before_install:
20-
- chmod u+x /build.sh
20+
- chmod u+x build.sh
2121
- 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
2222
script:
2323
- ./build.sh

0 commit comments

Comments
 (0)