Skip to content

Commit 2d43697

Browse files
committed
Update Travis CI PHP versions
1 parent 0c39068 commit 2d43697

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
language: php
2+
dist: trusty
23

34
php:
45
- 5.5
56
- 5.6
67
- 7.0
78
- 7.1
89
- 7.2
10+
- 7.3
911
- nightly
1012

1113
matrix:
1214
allow_failures:
13-
- php: hhvm
1415
- php: nightly
1516
fast_finish: true
1617

@@ -43,7 +44,7 @@ after_script:
4344

4445
# Upload coverage report when running PHP 7.2
4546
- |
46-
if [[ ${TRAVIS_PHP_VERSION:0:3} == "7.2" ]]
47+
if [[ ${TRAVIS_PHP_VERSION:0:3} == "7.3" ]]
4748
then
4849
travis_retry wget --no-verbose https://scrutinizer-ci.com/ocular.phar
4950
php ocular.phar code-coverage:upload --format=php-clover build/clover.xml

0 commit comments

Comments
 (0)