Skip to content

Commit

Permalink
Merge pull request #14 from lcobucci/use-dev-infection
Browse files Browse the repository at this point in the history
Use development version of infection/infection
  • Loading branch information
lcobucci authored May 24, 2018
2 parents 6911594 + 6341dbb commit c56bb01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
allow_failures:
- php: nightly
- env: STATIC_ANALYSIS=1
- env: MUTATION_TESTS=1

include:
- stage: Code Quality
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"require-dev": {
"doctrine/coding-standard": "^4.0",
"infection/infection": "^0.8",
"infection/infection": "dev-master@dev",
"jms/serializer": "^1.11",
"league/plates": "^3.3",
"middlewares/negotiation": "^1.0",
Expand Down

0 comments on commit c56bb01

Please sign in to comment.