Skip to content

Commit 6a0b5e2

Browse files
Teston PHP 7.3 and 7.4
1 parent 63a995c commit 6a0b5e2

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.travis.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
language: php
2-
php: [ 7.1, 7.2, nightly ]
3-
sudo: false
4-
5-
env:
6-
7-
matrix:
8-
fast_finish: true
9-
allow_failures:
10-
- php: nightly
2+
php: [ 7.1, 7.2, 7.3, 7.4 ]
113

124
install:
135
- travis_retry composer install --no-interaction --prefer-dist --optimize-autoloader

0 commit comments

Comments
 (0)