Allow failures on travis osx.

This commit is contained in:
Roger A. Light 2016-03-11 22:09:26 +00:00
parent 5f7b169391
commit 32cf2b6743

View File

@ -2,9 +2,15 @@ language: c
compiler: compiler:
- gcc - gcc
- clang - clang
os: os:
- linux - linux
- osx - osx
matrix:
allow_failures:
- os: osx
script: make ; make test script: make ; make test
before_install: before_install: