Removed master build from travis "matrix"

See last commit
This commit is contained in:
Ingo Schommer 2016-03-04 13:54:42 +13:00
parent 99a289d302
commit 2057585359

View File

@ -5,13 +5,18 @@ php:
- 5.3 - 5.3
env: env:
- DB=MYSQL CORE_RELEASE=3.1 global:
- DB=PGSQL CORE_RELEASE=3.1 - DB=MYSQL CORE_RELEASE=3.1
# The path of the module when installed by composer
- MODULE_PATH=blog
matrix: matrix:
include: include:
- php: 5.4 - php: 5.4
env: DB=MYSQL CORE_RELEASE=master env: DB=MYSQL
- php: 5.4
env: DB=PGSQL
before_script: before_script:
- git clone git://github.com/silverstripe-labs/silverstripe-travis-support.git ~/travis-support - git clone git://github.com/silverstripe-labs/silverstripe-travis-support.git ~/travis-support
@ -19,4 +24,4 @@ before_script:
- cd ~/builds/ss - cd ~/builds/ss
script: script:
- phpunit blog/tests/ - phpunit $MODULE_PATH/tests/