Skip to content

Commit 92f243c

Browse files
committed
update travis
1 parent 661fa28 commit 92f243c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
language: php
2+
23
dist: trusty
34

45
php:
5-
- 5.4
6-
- 5.5
76
- 5.6
87
- 7.0
8+
- 7.1
99
- hhvm
1010

1111
install:
1212
- composer install
1313

1414
script:
15-
- phpunit --coverage-clover=coverage.clover
15+
- vendor/bin/phpunit --coverage-clover=coverage.clover
1616

1717
after_script:
1818
- wget https://scrutinizer-ci.com/ocular.phar

0 commit comments

Comments
 (0)