mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
Merge remote-tracking branch 'origin/2.4' into post-2.4
Conflicts: composer.json tests/travis/before_script
This commit is contained in:
commit
c8fe8f793e
@ -3,15 +3,16 @@ php:
|
||||
- 5.3
|
||||
|
||||
env:
|
||||
- TESTDB=MYSQL
|
||||
- TESTDB=PGSQL
|
||||
- DB=MYSQL CORE_RELEASE=2.4
|
||||
- DB=PGSQL CORE_RELEASE=2.4
|
||||
|
||||
before_script:
|
||||
- ./tests/travis/before_script ~/builds/ss
|
||||
- git clone git://github.com/silverstripe-labs/silverstripe-travis-support.git ~/travis-support
|
||||
- php ~/travis-support/travis_setup.php --source `pwd` --target ~/builds/ss
|
||||
- cd ~/builds/ss
|
||||
|
||||
script:
|
||||
- php sapphire/cli-script.php dev/tests/module/cms
|
||||
- phpunit cms/tests
|
||||
|
||||
branches:
|
||||
except:
|
||||
|
Loading…
Reference in New Issue
Block a user