Skip to content

Commit c69b2ef

Browse files
committed
updated travis
1 parent 3f01cfa commit c69b2ef

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ php:
55
- 5.5
66
- 5.6
77
- 7.0
8-
- hhvm
8+
- 7.1
9+
- 7.2
910

1011
sudo: false
1112

@@ -17,5 +18,5 @@ script:
1718
- phpunit --coverage-text --coverage-clover=coverage.clover
1819

1920
after_script:
20-
- sh -c 'if [ "$TRAVIS_PHP_VERSION" != "7.0" ] && [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then wget https://scrutinizer-ci.com/ocular.phar; fi;'
21-
- sh -c 'if [ "$TRAVIS_PHP_VERSION" != "7.0" ] && [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then php ocular.phar code-coverage:upload --format=php-clover coverage.clover; fi;'
21+
- wget https://scrutinizer-ci.com/ocular.phar
22+
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover

0 commit comments

Comments
 (0)