Skip to content

Commit 123f2f7

Browse files
committed
Merge pull request #11 from jplana/fix-buildout-travis
Try to fix travis buildout test. Allow any branch to be tested
2 parents 449f3f3 + ccf6ec7 commit 123f2f7

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.travis.yml

+1-9
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ before_install:
88

99
# command to install dependencies
1010
install:
11-
- python bootstrap.py -v 2.1.1
11+
- python bootstrap.py
1212
- bin/buildout
1313

1414
# command to run tests
@@ -17,11 +17,3 @@ script:
1717

1818
# Add env var to detect it during build
1919
env: TRAVIS=True
20-
21-
# Only test main development branch and releases
22-
branches:
23-
only:
24-
- master
25-
- /^release_.*$/
26-
- /^travis_.*$/
27-

0 commit comments

Comments
 (0)