mirror of
https://github.com/silverstripe/silverstripe-contentreview
synced 2024-10-22 17:05:47 +02:00
Merge pull request #39 from helpfulrobot/add-standard-travis-config
Added standard Travis config
This commit is contained in:
commit
9fe28db981
18
.travis.yml
18
.travis.yml
@ -4,20 +4,22 @@ sudo: false
|
||||
|
||||
language: php
|
||||
|
||||
php:
|
||||
php:
|
||||
- 5.3
|
||||
- 5.4
|
||||
- 5.5
|
||||
- 5.6
|
||||
- 7.0
|
||||
|
||||
env: DB=MYSQL CORE_RELEASE=3.2
|
||||
env:
|
||||
- DB=MYSQL CORE_RELEASE=3.2
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- php: 5.6
|
||||
env: DB=MYSQL CORE_RELEASE=3.1
|
||||
env: DB=MYSQL CORE_RELEASE=3
|
||||
- php: 5.6
|
||||
env: DB=PGSQL CORE_RELEASE=3.1
|
||||
env: DB=MYSQL CORE_RELEASE=3.1
|
||||
- php: 5.6
|
||||
env: DB=PGSQL CORE_RELEASE=3.2
|
||||
|
||||
@ -28,5 +30,9 @@ before_script:
|
||||
- cd ~/builds/ss
|
||||
- composer install
|
||||
|
||||
script:
|
||||
- phpunit contentreview/tests
|
||||
script:
|
||||
- vendor/bin/phpunit contentreview/tests
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- php: 7.0
|
||||
|
Loading…
Reference in New Issue
Block a user