mirror of
https://github.com/silverstripe/silverstripe-restfulserver
synced 2024-10-22 14:05:58 +02:00
Switched to external travis script support
This commit is contained in:
parent
0ceaccf30d
commit
9ea7097acc
17
.travis.yml
17
.travis.yml
@ -4,24 +4,25 @@ php:
|
|||||||
- 5.4
|
- 5.4
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- TESTDB=MYSQL CORE_RELEASE=3.0
|
- DB=MYSQL CORE_RELEASE=3.0
|
||||||
- TESTDB=MYSQL CORE_RELEASE=master
|
- DB=MYSQL CORE_RELEASE=master
|
||||||
- TESTDB=PGSQL CORE_RELEASE=master
|
- DB=PGSQL CORE_RELEASE=master
|
||||||
- TESTDB=SQLITE CORE_RELEASE=master
|
- DB=SQLITE CORE_RELEASE=master
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
exclude:
|
exclude:
|
||||||
- php: 5.4
|
- php: 5.4
|
||||||
env: TESTDB=PGSQL CORE_RELEASE=master
|
env: DB=PGSQL CORE_RELEASE=master
|
||||||
- php: 5.4
|
- php: 5.4
|
||||||
env: TESTDB=SQLITE CORE_RELEASE=master
|
env: DB=SQLITE CORE_RELEASE=master
|
||||||
- php: 5.4
|
- php: 5.4
|
||||||
env: TESTDB=MYSQL CORE_RELEASE=3.0
|
env: DB=MYSQL CORE_RELEASE=3.0
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- pear -q install --onlyreqdeps pear/PHP_CodeSniffer
|
- pear -q install --onlyreqdeps pear/PHP_CodeSniffer
|
||||||
- phpenv rehash
|
- phpenv rehash
|
||||||
- ./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
|
- cd ~/builds/ss
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
Loading…
Reference in New Issue
Block a user