We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb83459 commit 7c7fa90Copy full SHA for 7c7fa90
.travis.yml
@@ -3,14 +3,13 @@ sudo: false
3
cache:
4
apt: true
5
php:
6
- - 7.1
7
- 7.2
8
before_script:
9
- composer install -n
10
script:
11
- vendor/bin/codecept run unit --coverage --coverage-xml
12
after_script:
13
- - 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
14
after_success:
15
- travis_retry php vendor/bin/php-coveralls -v
16
- vendor/bin/test-reporter
0 commit comments