Skip to content

Commit 8e6caba

Browse files
committed
Update Travis CI PHP versions
1 parent abee835 commit 8e6caba

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
@@ -1,4 +1,5 @@
11
language: php
2+
dist: trusty
23

34
php:
45
- 5.5
@@ -26,7 +27,7 @@ script:
2627

2728
after_script:
2829
- |
29-
if [[ ${TRAVIS_PHP_VERSION:0:3} == "7.2" ]]
30+
if [[ ${TRAVIS_PHP_VERSION:0:3} == "7.3" ]]
3031
then
3132
travis_retry wget --no-verbose https://scrutinizer-ci.com/ocular.phar
3233
php ocular.phar code-coverage:upload --format=php-clover build/clover.xml

0 commit comments

Comments
 (0)