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

Added standard Travis config
This commit is contained in:
Daniel Hensby 2015-11-19 17:32:45 +00:00
commit a77ba66858

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 widgets/tests
matrix:
allow_failures:
- php: 7.0