Skip to content

Commit

Permalink
* Removing master exclusive build system and adding gh-pages to exclu…
Browse files Browse the repository at this point in the history
…ded branches (even though this should be true by default on Travis CI)
  • Loading branch information
jredmondson committed Jun 13, 2018
1 parent 9173baa commit 6be1ab7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ language: cpp
os:
- linux

branches:
excludes:
- gh-pages

compiler:
- gcc

Expand Down Expand Up @@ -111,10 +115,6 @@ before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install zeromq; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew link openssl --force; fi

branches:
only:
- master

before_script:
- export
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then export OS=linux; fi
Expand Down

0 comments on commit 6be1ab7

Please sign in to comment.