Add osx to travis. (#48)

This commit is contained in:
Jonathan Hui
2016-05-19 14:24:09 -07:00
parent 059763bfcc
commit 15a1bb55cd
+6 -1
View File
@@ -1,7 +1,12 @@
language: cpp
os:
- linux
- osx
before_install:
- sudo apt-get install python-pexpect
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install python-pexpect; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then sudo easy_install pexpect; fi
script:
- ./bootstrap-configure --enable-minimum-set-of-tests