* Run phpunit for all versions

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