* Trying some build configurations

This commit is contained in:
RobThree
2018-06-06 01:32:25 +02:00
parent b8befc5aff
commit d7e8ad8e23
+1 -4
View File
@@ -1,13 +1,10 @@
language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
- hhvm
script:
- if [[ "$TRAVIS_PHP_VERSION" == '5.6' ]]; then phpunit --coverage-text tests ; fi
- vendor/bin/phpunit --coverage-text tests