Skip to content

Commit 7c7fa90

Browse files
committed
travis config updated
1 parent bb83459 commit 7c7fa90

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,13 @@ sudo: false
33
cache:
44
apt: true
55
php:
6-
- 7.1
76
- 7.2
87
before_script:
98
- composer install -n
109
script:
1110
- vendor/bin/codecept run unit --coverage --coverage-xml
1211
after_script:
13-
- if [ $TRAVIS_PHP_VERSION = '7.1' ]; then php vendor/bin/php-coveralls; fi
12+
- if [ $TRAVIS_PHP_VERSION = '7.2' ]; then php vendor/bin/php-coveralls; fi
1413
after_success:
1514
- travis_retry php vendor/bin/php-coveralls -v
1615
- vendor/bin/test-reporter

0 commit comments

Comments
 (0)