This commit is contained in:
Cesar Blum Silveira 2016-05-27 11:46:28 -07:00
Родитель 5fe48ada42
Коммит b269f13b17
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: