From 6341dbb98d160bdc4bceed3216da301e7c5ecd40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Cobucci?= Date: Thu, 24 May 2018 16:23:32 +0200 Subject: [PATCH] Use development version of infection/infection Allowing it to fail because it's not yet stable =) --- .travis.yml | 1 + composer.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 22fa2677..4449ba85 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,6 +23,7 @@ jobs: allow_failures: - php: nightly - env: STATIC_ANALYSIS=1 + - env: MUTATION_TESTS=1 include: - stage: Code Quality diff --git a/composer.json b/composer.json index 63e0a583..2cce36ed 100644 --- a/composer.json +++ b/composer.json @@ -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",