Skip to content

Commit

Permalink
Merge pull request #11 from jplana/fix-buildout-travis
Browse files Browse the repository at this point in the history
Try to fix travis buildout test. Allow any branch to be tested
  • Loading branch information
jplana committed Nov 30, 2013
2 parents 449f3f3 + ccf6ec7 commit 123f2f7
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ before_install:

# command to install dependencies
install:
- python bootstrap.py -v 2.1.1
- python bootstrap.py
- bin/buildout

# command to run tests
Expand All @@ -17,11 +17,3 @@ script:

# Add env var to detect it during build
env: TRAVIS=True

# Only test main development branch and releases
branches:
only:
- master
- /^release_.*$/
- /^travis_.*$/

0 comments on commit 123f2f7

Please sign in to comment.