File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ language: php
3
3
php :
4
4
- 5.6
5
5
- 7.0
6
+ - 7.1
6
7
7
8
env :
8
9
matrix :
@@ -13,7 +14,4 @@ before_script:
13
14
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-source
14
15
15
16
script :
16
- - phpunit --coverage-text --coverage-clover=coverage.clover
17
-
18
- after_script :
19
- - php vendor/bin/ocular code-coverage:upload --format=php-clover coverage.clover
17
+ - vendor/bin/phpunit
Original file line number Diff line number Diff line change 18
18
],
19
19
"require" : {
20
20
"php" : " ^5.5|^7.0" ,
21
- "illuminate/support" : " ^5.1 " ,
22
- "illuminate/http" : " ^5.1 " ,
21
+ "illuminate/support" : " ^5.3 " ,
22
+ "illuminate/http" : " ^5.3 " ,
23
23
"symfony/dom-crawler" : " ^2.7|^3.0" ,
24
24
"symfony/css-selector" : " ^2.7|^3.0"
25
25
},
You can’t perform that action at this time.
0 commit comments