TRAVIS_BRANCH doesn't seem to be set in before_script, hardcoding

This commit is contained in:
Ingo Schommer 2012-11-23 16:31:47 +01:00
parent e67474293f
commit 8d5cea550c
2 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ matrix:
env: TESTDB=PGSQL
before_script:
- ./tests/travis/before_script ~/builds/ss $TRAVIS_BRANCH
- ./tests/travis/before_script ~/builds/ss
- cd ~/builds/ss
script:

View File

@ -17,8 +17,8 @@ git clone --depth=100 --quiet git://github.com/silverstripe-labs/silverstripe-sq
echo "Checking out postgresql@master"
git clone --depth=100 --quiet git://github.com/silverstripe/silverstripe-postgresql.git $BUILD_DIR/postgresql
echo "Checking out sapphire@$TRAVIS_BRANCH"
git clone --depth=100 --quiet -b $TRAVIS_BRANCH git://github.com/silverstripe/sapphire.git $BUILD_DIR/framework
echo "Checking out sapphire@3.0"
git clone --depth=100 --quiet -b 3.0 git://github.com/silverstripe/sapphire.git $BUILD_DIR/framework
# Copy setup files
cp $BUILD_DIR/framework/tests/travis/_ss_environment.php $BUILD_DIR