Skip to content

Commit

Permalink
Use development version of infection/infection
Browse files Browse the repository at this point in the history
Allowing it to fail because it's not yet stable =)
  • Loading branch information
lcobucci committed Jun 4, 2018
1 parent 0feffc4 commit 8aaeffb
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=1

include:
- stage: Test
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"require-dev": {
"doctrine/coding-standard": "^4.0",
"infection/infection": "^0.8",
"infection/infection": "dev-master@dev",
"mikey179/vfsStream": "^1.6",
"phpstan/phpdoc-parser": "^0.3@dev",
"phpstan/phpstan": "^0.10@dev",
Expand Down

0 comments on commit 8aaeffb

Please sign in to comment.