This commit is contained in:
Cesar Blum Silveira 2016-05-27 11:29:48 -07:00
Родитель 8a9963ece2
Коммит eec279be17
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -22,6 +22,8 @@ branches:
- release
- dev
- /^(.*\/)?ci-.*$/
before_install:
- if test "$TRAVIS_OS_NAME" == "osx"; then brew update; brew install openssl; brew link --force openssl; fi
script:
- ./build.sh verify
notifications: