This commit is contained in:
BrennanConroy 2016-08-02 13:05:55 -07:00 коммит произвёл GitHub
Родитель 137e18f39d
Коммит 882e790bff
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -23,6 +23,6 @@ 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