Update .travis.yml
This commit is contained in:
Родитель
60139b5f9f
Коммит
67aff3a23c
|
@ -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: "coEybV9xKA4cueha0jGUi/Pappum/Ixma0V6SYsov40WJ29z8OkHjF5/9Kul81vfVH2KCwUuu+4L/IilEjD6xhFxPvzaIldsn1APWycIQQPV+0xppUs+nOBZuth5yjKYIjz3ZBNUf2GvJiyhHVShtAZtxsE6oNuQ6ybXdzfXXSI="
|
||||
on_success: always
|
||||
on_failure: always
|
||||
on_start: always
|
||||
on_start: always
|
||||
|
|
Загрузка…
Ссылка в новой задаче