From 7c7fa90c3954e06726f7759af1f3ca985484dc76 Mon Sep 17 00:00:00 2001 From: Mehmet Korkmaz Date: Fri, 16 Nov 2018 23:13:29 +0300 Subject: [PATCH] travis config updated --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9c6a010..eca40fe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,14 +3,13 @@ sudo: false cache: apt: true php: - - 7.1 - 7.2 before_script: - composer install -n script: - vendor/bin/codecept run unit --coverage --coverage-xml after_script: - - if [ $TRAVIS_PHP_VERSION = '7.1' ]; then php vendor/bin/php-coveralls; fi + - if [ $TRAVIS_PHP_VERSION = '7.2' ]; then php vendor/bin/php-coveralls; fi after_success: - travis_retry php vendor/bin/php-coveralls -v - vendor/bin/test-reporter