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 07cade5
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
sudo: false
language: python
language: cpp
os:
- linux
- osx
# the default precise linux container has gcc 4.6
sudo: required
dist: trusty
compiler:
- clang
- gcc
script: |
if [[ $BATCH == true ]]; then
./scripts/newinstall.sh -cb
Expand All @@ -9,6 +18,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 07cade5

Please sign in to comment.