Skip to content

Commit 81601e2

Browse files
GrahamCampbellsebastianbergmann
authored andcommitted
Test on PHP 7.4
1 parent 16e54fb commit 81601e2

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.travis.yml

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

3+
dist: bionic
4+
35
php:
46
- 7.1
57
- 7.2
68
- 7.3
7-
- 7.4snapshot
8-
9-
before_install:
10-
- composer self-update
11-
- composer clear-cache
9+
- 7.4
1210

1311
install:
1412
- travis_retry composer update --no-interaction --no-ansi --no-progress --no-suggest --optimize-autoloader --prefer-stable
@@ -21,4 +19,3 @@ after_success:
2119

2220
notifications:
2321
email: false
24-

0 commit comments

Comments
 (0)