Skip to content

Commit

Permalink
Travis: branch spec switch from white- to blacklist
Browse files Browse the repository at this point in the history
Instead of only building master and master-1.2.x, we now build all
branches except master-2.0.x.

This allows users who fork the main repo and create feature branches
have them go through the build process
  • Loading branch information
dregad committed Oct 21, 2013
1 parent 550199d commit 0ac2a04
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Expand Up @@ -23,9 +23,8 @@ env:
- DB=pgsql

branches:
only:
- master
- master-1.2.x
except:
- master-2.0.x

# Notifications

Expand Down

0 comments on commit 0ac2a04

Please sign in to comment.