Merge pull request #39 from helpfulrobot/add-standard-travis-config

Added standard Travis config
This commit is contained in:
Damian Mooyman 2015-11-19 10:24:10 +13:00
commit 9fe28db981
1 changed files with 12 additions and 6 deletions

View File

@ -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