travis.yml: Add OS X testbot.

This commit is contained in:
Jactry Zeng 2015-08-21 12:10:59 +08:00 committed by Daniel Stenberg
parent b3c7f5159a
commit 1d89fd983a
1 changed files with 8 additions and 0 deletions

View File

@ -1,7 +1,15 @@
os:
- linux
- osx
sudo: false
language: c
install:
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew update > /dev/null; fi
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew install openssl libidn rtmpdump libssh2 c-ares libmetalink libressl nghttp2; fi
before_script:
- ./buildconf