composer: add PHP 7, use travis' phpunit

This commit is contained in:
Tomáš Votruba 2015-03-29 23:49:25 +02:00
parent 7cbae61dbd
commit b15f93a421
1 changed files with 15 additions and 7 deletions

View File

@ -1,12 +1,20 @@
language: php
php:
- "5.6"
- "5.5"
- "5.4"
- "5.3"
- 7.0
- 5.6
- 5.5
- 5.4
- 5.3
before_script: wget https://phar.phpunit.de/phpunit.phar
script:
matrix:
fast_finish: true
allow_failures:
- php: 7.0
before_script:
- composer install
- php phpunit.phar -c tests/units.sqlite.xml
script:
- phpunit -c tests/units.sqlite.xml