Skip to content

Commit

Permalink
don't build branches in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
rlober committed Feb 17, 2016
1 parent db0bd62 commit fab6f74
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ branches:
except:
- gh-pages
- appveyor
- reorganize
# whitelist
branches:
only:
- master

install:
- CI_DIR=$PWD
Expand All @@ -40,4 +45,3 @@ install:

script:
- sh ../.ci/travis-build.sh

0 comments on commit fab6f74

Please sign in to comment.