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 dc3266a commit b2ed27e
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

matrix:
# Until #14398 is fixed, PostgreSQL should not cause entire build to fail
Expand Down

0 comments on commit b2ed27e

Please sign in to comment.