Skip to content

Commit c3aa06d

Browse files
authored
Merge pull request #180 from laravel/php74
[1.x] Test on PHP 7.4
2 parents 50d6389 + 50f9e85 commit c3aa06d

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,15 +1,17 @@
1+
dist: bionic
12
language: php
23

34
php:
45
- 7.1
56
- 7.2
67
- 7.3
7-
8-
sudo: false
8+
- 7.4
99

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

13-
install: travis_retry composer install --no-interaction --prefer-dist
13+
install:
14+
- travis_retry composer install --no-interaction --prefer-dist
1415

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

0 commit comments

Comments
 (0)