Added standard Travis config

This commit is contained in:
helpfulrobot 2015-11-19 14:19:18 +13:00
parent bd93f4b9ae
commit 43d9a20e43
1 changed files with 2 additions and 4 deletions

View File

@ -22,6 +22,8 @@ matrix:
env: DB=MYSQL CORE_RELEASE=3.1
- php: 5.6
env: DB=PGSQL CORE_RELEASE=3.2
allow_failures:
- php: 7.0
before_script:
- composer self-update || true
@ -32,7 +34,3 @@ before_script:
script:
- vendor/bin/phpunit fulltextsearch/tests
matrix:
allow_failures:
- php: 7.0