Skip to content

Commit 4b71d88

Browse files
authored
Also test against PHP 7.3
1 parent a644c20 commit 4b71d88

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ dist: trusty
55
php:
66
- 7.1
77
- 7.2
8+
- 7.3
89
- master
910

1011
sudo: false
@@ -18,7 +19,7 @@ script:
1819
- if [[ "`phpenv version-name`" == "7.1" ]]; then composer cs; fi
1920

2021
after_success:
21-
- if [[ "`phpenv version-name`" != "7.2" ]]; then exit 0; fi
22+
- if [[ "`phpenv version-name`" != "7.3" ]]; then exit 0; fi
2223
- vendor/bin/phpunit --coverage-clover coverage.clover
2324
- wget https://scrutinizer-ci.com/ocular.phar
2425
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover

0 commit comments

Comments
 (0)