Skip to content

Commit 2ec9386

Browse files
committed
Update .travis.yml
1 parent d4b6307 commit 2ec9386

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ language: php
33
php:
44
- 5.6
55
- 7.0
6+
- 7.1
67

78
matrix:
89
allow_failures:
@@ -24,4 +25,4 @@ after_success:
2425
- bash <(curl -s https://codecov.io/bash)
2526

2627
script:
27-
- vendor/bin/phpunit --coverage-clover=coverage.xml
28+
- phpunit --coverage-clover=coverage.xml

0 commit comments

Comments
 (0)