Skip to content

Commit 84f06a2

Browse files
committed
update travis and deps
1 parent 0931cfe commit 84f06a2

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
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
env:
89
matrix:
@@ -13,7 +14,4 @@ before_script:
1314
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-source
1415

1516
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

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
],
1919
"require": {
2020
"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",
2323
"symfony/dom-crawler": "^2.7|^3.0",
2424
"symfony/css-selector": "^2.7|^3.0"
2525
},

0 commit comments

Comments
 (0)