* Put back conditional phpunit running

This commit is contained in:
RobThree
2018-06-06 01:15:37 +02:00
parent 37fbb99ac5
commit b8befc5aff
+1 -1
View File
@@ -10,4 +10,4 @@ php:
- hhvm
script:
- phpunit --coverage-text tests
- if [[ "$TRAVIS_PHP_VERSION" == '5.6' ]]; then phpunit --coverage-text tests ; fi