Added standard Travis config

This commit is contained in:
helpfulrobot 2015-11-18 17:20:23 +13:00
parent ddf5052503
commit 84ec893c45

View File

@ -4,20 +4,22 @@ sudo: false
language: php language: php
php: php:
- 5.3 - 5.3
- 5.4 - 5.4
- 5.5 - 5.5
- 5.6 - 5.6
- 7.0
env: DB=MYSQL CORE_RELEASE=3.2 env:
- DB=MYSQL CORE_RELEASE=3.2
matrix: matrix:
include: include:
- php: 5.6 - php: 5.6
env: DB=MYSQL CORE_RELEASE=3.1 env: DB=MYSQL CORE_RELEASE=3
- php: 5.6 - php: 5.6
env: DB=PGSQL CORE_RELEASE=3.1 env: DB=MYSQL CORE_RELEASE=3.1
- php: 5.6 - php: 5.6
env: DB=PGSQL CORE_RELEASE=3.2 env: DB=PGSQL CORE_RELEASE=3.2
@ -28,5 +30,9 @@ before_script:
- cd ~/builds/ss - cd ~/builds/ss
- composer install - composer install
script: script:
- phpunit contentreview/tests - vendor/bin/phpunit contentreview/tests
matrix:
allow_failures:
- php: 7.0