mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
Removed master build from travis "matrix"
See last commit
This commit is contained in:
parent
99a289d302
commit
2057585359
13
.travis.yml
13
.travis.yml
@ -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/
|
||||||
|
Loading…
Reference in New Issue
Block a user