Switched to external travis script support

This commit is contained in:
Ingo Schommer 2013-03-29 09:46:01 +01:00
parent 0ceaccf30d
commit 9ea7097acc
1 changed files with 9 additions and 8 deletions

View File

@ -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: