* Put back phpunit in travis.yml

This commit is contained in:
RobThree
2018-06-05 22:42:00 +02:00
parent b591c879a1
commit f25b910be9
+4 -3
View File
@@ -1,7 +1,5 @@
language: php
dist: trusty
php:
- 5.4
- 5.5
@@ -9,4 +7,7 @@ php:
- 7.0
- 7.1
- 7.2
- hhvm
- hhvm
script:
- if [[ "$TRAVIS_PHP_VERSION" == '5.6' ]]; then phpunit --coverage-text tests ; fi