Skip to content

Commit fd982aa

Browse files
committed
Test on PHP 7.4 stable
1 parent 7131910 commit fd982aa

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
language: php
22

3+
dist: bionic
4+
35
php:
46
- "5.6"
57
- "7.0"
68
- "7.1"
79
- "7.2"
810
- "7.3"
11+
- "7.4"
912

1013
matrix:
1114
include:
@@ -16,12 +19,10 @@ matrix:
1619
- php: 5.5
1720
dist: trusty
1821

19-
sudo: false
20-
2122
install: travis_retry composer install --no-interaction --prefer-source
2223

2324
script:
2425
- vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover
2526

2627
after_script:
27-
- if [ "$TRAVIS_PHP_VERSION" != "7.0" ]; then vendor/bin/ocular code-coverage:upload --format=php-clover coverage.clover; fi
28+
- vendor/bin/ocular code-coverage:upload --format=php-clover coverage.clover

0 commit comments

Comments
 (0)