Skip to content

Commit aea729b

Browse files
committed
Test on PHP 7.4
1 parent 99f24d6 commit aea729b

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.travis.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
1+
dist: bionic
12
language: php
23

34
php:
45
- 7.2
56
- 7.3
6-
7-
sudo: false
7+
- 7.4
88

99
before_install:
1010
- phpenv config-rm xdebug.ini || true
1111

12-
install: travis_retry composer install --no-interaction --prefer-dist
12+
install:
13+
- travis_retry composer install --no-interaction --prefer-dist
1314

14-
script: vendor/bin/phpunit --verbose
15+
script:
16+
- vendor/bin/phpunit --verbose

0 commit comments

Comments
 (0)