corrected the travis yml - part 2.

This commit is contained in:
micmania1 2013-10-09 23:38:08 +01:00
parent bfda97b524
commit 606aea7a7e
1 changed files with 18 additions and 17 deletions

View File

@ -1,22 +1,23 @@
language: php language: php
php:
- 5.3
env: php:
matrix: - 5.3
- DB=MYSQL CORE_RELEASE=3.1
- DB=MYSQL CORE_RELEASE=master
matrix: env:
include: matrix:
- php: 5.4 - DB=MYSQL CORE_RELEASE=3.1
env: DB=MYSQL CORE_RELEASE=master - DB=MYSQL CORE_RELEASE=master
before_script: matrix:
- phpenv rehash include:
- git clone git://github.com/silverstripe-labs/silverstripe-travis-support.git ~/travis-support - php: 5.4
- php ~/travis-support/travis_setup.php --source `pwd` --target ~/builds/ss env: DB=MYSQL CORE_RELEASE=master
- cd ~/builds/ss
script: before_script:
- phpunit silverstripe-blog/tests/ - phpenv rehash
- 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:
- phpunit silverstripe-blog/tests/