Skip to content

Commit bf7898f

Browse files
author
Sunny Raj Rathod
authored
Update .travis.yml
1 parent d3ecdd0 commit bf7898f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ after_script:
2626
# - php ocular.phar code-coverage:upload --format=php-clover coverage.clover
2727

2828
after_success:
29-
- sh -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then php vendor/bin/coveralls -v; fi;'
29+
- sh -c 'if [ "$TRAVIS_PHP_VERSION" != "7.0" ]; then php vendor/bin/coveralls -v; fi;'

0 commit comments

Comments
 (0)