Skip to content

Commit

Permalink
Don't build debian branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
ralight committed Mar 12, 2016
1 parent 32cf2b6 commit 37238fb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,13 @@ matrix:
allow_failures:
- 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:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get update -qq ; fi
Expand Down

0 comments on commit 37238fb

Please sign in to comment.