Don't build debian branch.

This commit is contained in:
Roger A. Light 2016-03-12 21:14:03 +00:00
parent 32cf2b6743
commit 37238fb645

View File

@ -11,7 +11,13 @@ matrix:
allow_failures: allow_failures:
- os: osx - os: osx
script: make ; make test branches:
except:
- debian
script:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then make ; make test ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then cmake . ; make ; make test ; fi
before_install: before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get update -qq ; fi - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get update -qq ; fi