From ccf6ec7df834fb616ce489f76fefcca2c9c785a2 Mon Sep 17 00:00:00 2001 From: Jose Plana Date: Sat, 30 Nov 2013 21:59:20 +0100 Subject: [PATCH] Try to fix travis buildout test. Allow any branch to be tested --- .travis.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1e251492..c6621bee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 @@ -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_.*$/ -