Skip to content

Commit b0bc55c

Browse files
authored
Update .travis.yml
1 parent 2a1558b commit b0bc55c

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
@@ -4,7 +4,6 @@ php:
44
- 7.1
55
- 7.2
66
- 7.3
7-
- master
87

98
sudo: false
109

@@ -13,7 +12,7 @@ install: travis_retry composer install
1312
script: composer ci
1413

1514
after_success:
16-
- if [[ "`phpenv version-name`" != "7.2" ]]; then exit 0; fi
15+
- if [[ "`phpenv version-name`" != "7.3" ]]; then exit 0; fi
1716
- vendor/bin/phpunit --coverage-clover coverage.clover
1817
- wget https://scrutinizer-ci.com/ocular.phar
1918
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover

0 commit comments

Comments
 (0)