Skip to content

Commit

Permalink
add osx to travis matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoblitt committed Mar 15, 2016
1 parent 73028aa commit aeb0566
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
sudo: false
language: python
language: cpp
os:
- linux
- osx
compiler:
- clang
- gcc
script: |
if [[ $BATCH == true ]]; then
./scripts/newinstall.sh -cb
Expand All @@ -9,6 +15,11 @@ script: |
env:
- BATCH=true
- BATCH=false
matrix:
# osx builds are often very slow to start due to high demand
fast_finish: true
allow_failures:
- os: osx
notifications:
email: false
hipchat:
Expand Down

0 comments on commit aeb0566

Please sign in to comment.