Skip to content

Commit

Permalink
Update travis.
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Dec 5, 2019
1 parent 49118e9 commit c248b47
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
dist: bionic
language: php
sudo: false
dist: trusty

php:
- 7.1
Expand Down Expand Up @@ -31,6 +30,10 @@ after_script:

matrix:
include:
- php: 7.4
env: setup=basic
- php: 7.4
env: setup=stable
- php: 7.1
env: setup=coveralls coverage=yes
allow_failures:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
"php-http/multipart-stream-builder": "^1.0"
},
"require-dev": {
"mockery/mockery": "^1.2",
"mockery/mockery": "^1.3",
"php-http/discovery": "^1.7",
"phpunit/phpunit": "^7.5 || ^8.0",
"phpunit/phpunit": "^7.5 || ^8.4",
"symfony/http-client": "^4.3"
},
"extra": {
Expand Down

0 comments on commit c248b47

Please sign in to comment.