Skip to content

Commit fbf5f46

Browse files
committed
Update .travis.yml
1 parent 66da6ec commit fbf5f46

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ php:
66
- 5.4
77
- 5.5
88
- 5.6
9+
- 7
910
- hhvm
10-
- nightly
1111

1212
matrix:
1313
fast_finish: true
14-
allow_failures:
15-
- php: hhvm
16-
- php: nightly
1714

1815
install:
1916
- composer install --dev
2017

18+
script: phpunit ---coverage-text --coverage-clover=coverage.clover
2119

22-
script: phpunit
20+
after_script:
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)