mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
Fixed $TRAVIS_BRANCH env var usage in before_script
Fixes "class TableListField not found" errors in travis. Before that, we've been testing the 3.0 cms with master framework, which of course is a bad idea ;)
This commit is contained in:
parent
ff1df3696f
commit
47e14f5e56
@ -2,7 +2,7 @@ BUILD_DIR=$1
|
|||||||
git clone --depth=100 --quiet git://github.com/silverstripe/silverstripe-installer.git $BUILD_DIR
|
git clone --depth=100 --quiet git://github.com/silverstripe/silverstripe-installer.git $BUILD_DIR
|
||||||
git clone --depth=100 --quiet git://github.com/silverstripe-labs/silverstripe-sqlite3.git $BUILD_DIR/sqlite3
|
git clone --depth=100 --quiet git://github.com/silverstripe-labs/silverstripe-sqlite3.git $BUILD_DIR/sqlite3
|
||||||
git clone --depth=100 --quiet git://github.com/silverstripe/silverstripe-postgresql.git $BUILD_DIR/postgresql
|
git clone --depth=100 --quiet git://github.com/silverstripe/silverstripe-postgresql.git $BUILD_DIR/postgresql
|
||||||
git clone --depth=100 --quiet -b ${TRAVIS_BRANCH:-master} git://github.com/silverstripe/sapphire.git $BUILD_DIR/framework
|
git clone --depth=100 --quiet -b $TRAVIS_BRANCH git://github.com/silverstripe/sapphire.git $BUILD_DIR/framework
|
||||||
cp $BUILD_DIR/framework/tests/travis/_ss_environment.php $BUILD_DIR
|
cp $BUILD_DIR/framework/tests/travis/_ss_environment.php $BUILD_DIR
|
||||||
cp $BUILD_DIR/framework/tests/travis/_config.php $BUILD_DIR/mysite
|
cp $BUILD_DIR/framework/tests/travis/_config.php $BUILD_DIR/mysite
|
||||||
cp -r . $BUILD_DIR/cms
|
cp -r . $BUILD_DIR/cms
|
||||||
|
Loading…
Reference in New Issue
Block a user