Update .travis.yml

This commit is contained in:
gamonoid
2017-09-04 17:33:13 +02:00
committed by GitHub
parent cdbcb8a890
commit a0aacba4f5

View File

@@ -8,5 +8,6 @@ install:
script: $TRAVIS_BUILD_DIR/vendor/bin/phpunit
language: php
php:
- '5.6'
- '7.0'
after_failure: "cat /tmp/icehrm.test.log"