Skip to content

Commit ea8e328

Browse files
committed
php-cs-fixer requires hhvm 3.9 fixes #33
1 parent 25b4f3c commit ea8e328

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ php:
44
- 5.5
55
- 5.6
66
- 7.0
7-
- hhvm
87

98
cache:
109
directories:
@@ -31,4 +30,4 @@ script:
3130
- bin/phpunit --coverage-clover build/logs/clover.xml
3231

3332
after_script:
34-
- php bin/coveralls -v
33+
- if [[ "$TRAVIS_PHP_VERSION" == "7.0" ]]; then php bin/coveralls -v; fi;

0 commit comments

Comments
 (0)