Some more updates to travis configuration

This commit is contained in:
Rob Gloudemans
2016-05-12 10:26:11 +02:00
parent a872445e63
commit 6df210b7fb

View File

@@ -1,7 +1,6 @@
language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
@@ -10,4 +9,4 @@ before_script:
- composer self-update
- composer install --prefer-source --no-interaction
script: phpunit
script: vendor/bin/phpunit