Skip to content

Commit

Permalink
Update TravisCI config; fix phpunit version
Browse files Browse the repository at this point in the history
  • Loading branch information
jhaoda committed Aug 23, 2019
1 parent 210f22f commit bc8c143
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -12,7 +12,6 @@ env:
- COMPOSER_FLAGS=""

before_script:
- travis_retry composer self-update
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-source

script:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -22,7 +22,7 @@
"illuminate/support": "5.1 - 5.8"
},
"require-dev": {
"phpunit/phpunit": "^5.2",
"phpunit/phpunit": "^5.7",
"mockery/mockery": "^1.0"
},
"autoload": {
Expand Down

0 comments on commit bc8c143

Please sign in to comment.