Update .travis.yml

This commit is contained in:
BrennanConroy 2016-08-02 13:08:50 -07:00 committed by GitHub
parent 184a25792a
commit 3a3405cf43
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ branches:
- dev
- /^(.*\/)?ci-.*$/
before_install:
- if test "$TRAVIS_OS_NAME" == "osx"; then brew update; brew install openssl; brew link --force openssl; fi
- 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
script:
- ./build.sh verify
notifications:
@ -31,4 +31,4 @@ notifications:
secure: "dHMdQ1e41csnzTCa/7xzZ/0zHEzRYxrEsN4SQr8F7tw714WJyTmrlOAoMz00AgcS/FuyfNFu8EKjwjn0aOKSka7ozIszEX9rzUBa9/Wb0M+M0vsTO3RhdmbvkMIDj0XiXpssVqXSFdnTJWwEduwziy57ZRflXvRyirDi8xMBAw4="
on_success: always
on_failure: always
on_start: always
on_start: always