Skip to content

Commit 1906191

Browse files
committed
tests: only run coverage for php7, not hhvm
1 parent 9a772db commit 1906191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ script:
1818
- phpunit --coverage-text --coverage-clover build/logs/clover.xml
1919

2020
after_success:
21-
- php vendor/bin/coveralls -v
21+
- if [[ ${TRAVIS_PHP_VERSION:0:2} == "7." ]]; then php vendor/bin/coveralls -v; fi

0 commit comments

Comments
 (0)