Skip to content

Commit bc42f03

Browse files
committed
fix travis
1 parent 33a0018 commit bc42f03

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
language: php
22

33
php:
4-
- hhvm
5-
- 7
4+
- 7.0
65
- 7.1
76
- 7.2
87
- 5.6
@@ -12,7 +11,7 @@ before_script:
1211

1312
script:
1413
- mkdir -p build/logs
15-
- php vendor/bin/phpunit -c tests/phpunit.xml --coverage-clover build/logs/clover.xml tests
14+
- php vendor/bin/phpunit --coverage-clover build/logs/clover.xml
1615

1716
after_script:
1817
- php ./vendor/bin/coveralls -v

0 commit comments

Comments
 (0)