mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
Fixed travis settings for post-2.4
This commit is contained in:
parent
8f3568ba88
commit
7761ff2404
@ -18,7 +18,6 @@ branches:
|
|||||||
- 2.1
|
- 2.1
|
||||||
- 2.2
|
- 2.2
|
||||||
- 2.3
|
- 2.3
|
||||||
- post-2.4
|
|
||||||
- translation-staging
|
- translation-staging
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
# SilverStripe CMS
|
# SilverStripe CMS
|
||||||
|
|
||||||
[![Build Status](https://secure.travis-ci.org/silverstripe/silverstripe-cms.png?branch=2.4)](https://travis-ci.org/silverstripe/silverstripe-cms)
|
[![Build Status](https://secure.travis-ci.org/silverstripe/silverstripe-cms.png?branch=post-2.4)](https://travis-ci.org/silverstripe/silverstripe-cms)
|
@ -1,8 +1,8 @@
|
|||||||
BUILD_DIR=$1
|
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 post-2.4 --quiet git://github.com/silverstripe/silverstripe-installer.git $BUILD_DIR
|
||||||
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.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
|
git clone --depth=100 --branch 1.0 --quiet git://github.com/silverstripe/silverstripe-postgresql.git $BUILD_DIR/postgresql
|
||||||
git clone --depth=100 --quiet --branch 2.4 git://github.com/silverstripe/sapphire.git $BUILD_DIR/sapphire
|
git clone --depth=100 --quiet --branch post-2.4 git://github.com/silverstripe/sapphire.git $BUILD_DIR/sapphire
|
||||||
cp $BUILD_DIR/sapphire/tests/travis/_ss_environment.php $BUILD_DIR
|
cp $BUILD_DIR/sapphire/tests/travis/_ss_environment.php $BUILD_DIR
|
||||||
cp $BUILD_DIR/sapphire/tests/travis/_config.php $BUILD_DIR/mysite
|
cp $BUILD_DIR/sapphire/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