mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Added cms to travis requirements
This commit is contained in:
parent
0a63f449df
commit
7db928ba17
@ -1,5 +1,6 @@
|
||||
BUILD_DIR=$1
|
||||
git clone --depth=100 --branch 2.4 --quiet git://github.com/silverstripe/silverstripe-installer.git $BUILD_DIR
|
||||
git clone --depth=100 --branch 2.4 --quiet git://github.com/silverstripe/silverstripe-cms.git $BUILD_DIR/cms
|
||||
git clone --depth=100 --branch 1.2 --quiet git://github.com/silverstripe-labs/silverstripe-sqlite3.git $BUILD_DIR/sqlite3
|
||||
git clone --depth=100 --branch 1.0 --quiet git://github.com/silverstripe/silverstripe-postgresql.git $BUILD_DIR/postgresql
|
||||
cp ./tests/travis/_ss_environment.php $BUILD_DIR
|
||||
|
Loading…
Reference in New Issue
Block a user