Skip to content

Commit

Permalink
travis.yml: Add OS X testbot.
Browse files Browse the repository at this point in the history
  • Loading branch information
jactry authored and bagder committed Aug 21, 2015
1 parent b3c7f51 commit 1d89fd9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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

Expand Down

1 comment on commit 1d89fd9

@jay
Copy link
Member

@jay jay commented on 1d89fd9 Jul 28, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jactry can you take a look at #934

Please sign in to comment.