* Attempt 2 to fix Travis

This commit is contained in:
RobThree
2017-11-06 18:50:34 +01:00
parent d22329375f
commit d450ba432d
+2 -1
View File
@@ -14,4 +14,5 @@ php:
- 7.1
- hhvm
script: vendor/bin/phpunit --coverage-text tests
script:
- if [[ "$TRAVIS_PHP_VERSION" == '5.6' ]]; then phpunit --coverage-text tests ; fi