From 6b8fc3d42fcded8c9c10e468c3c5f1b89f9cab94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A1chym=20Tou=C5=A1ek?= Date: Sat, 24 Sep 2016 07:59:14 +0200 Subject: [PATCH] Fix travis configuration --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a7a91c1..5d121a9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,7 +27,7 @@ install: - travis_retry composer update --no-interaction --prefer-source before_script: - - if [[ $TRAVIS_PHP_VERSION != hhvm* ]]; then coverage="--coverage-xml"; fi + - if [[ $TRAVIS_PHP_VERSION != hhvm* ]] && [[ $TRAVIS_PHP_VERSION != *nightly ]]; then coverage="--coverage-xml"; fi - vendor/bin/codecept build script: