Skip to content

Commit 2b522e6

Browse files
authored
Update .travis.yml
1 parent 76693fc commit 2b522e6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ dist: trusty
44

55
php:
66
- 7.2
7-
- hhvm
7+
- 7.3
8+
- 7.4
89

910
before_script:
1011
- composer install --prefer-source
@@ -13,7 +14,7 @@ script:
1314
- composer test
1415

1516
after_success:
16-
- if [[ "`phpenv version-name`" != "7.1" ]]; then exit 0; fi
17+
- if [[ "`phpenv version-name`" != "7.4" ]]; then exit 0; fi
1718
- phpunit --coverage-clover coverage.clover
1819
- wget https://scrutinizer-ci.com/ocular.phar
1920
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover

0 commit comments

Comments
 (0)