mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Added PHP 5.4 + MySQL to build grid
This commit is contained in:
parent
866d9a94ee
commit
9f4fb1353e
@ -1,12 +1,19 @@
|
||||
language: php
|
||||
php:
|
||||
- 5.3
|
||||
- 5.4
|
||||
|
||||
env:
|
||||
- TESTDB=SQLITE
|
||||
- TESTDB=MYSQL
|
||||
- TESTDB=PGSQL
|
||||
|
||||
exclude:
|
||||
- php 5.4
|
||||
env: TESTDB=PGSQL
|
||||
- php 5.4
|
||||
env: TESTDB=SQLITE
|
||||
|
||||
before_script:
|
||||
- ./tests/travis/before_script ~/builds/ss
|
||||
- cd ~/builds/ss
|
||||
|
Loading…
Reference in New Issue
Block a user