Skip to content

Commit b0efa3b

Browse files
authored
Update .travis.yml
1 parent 373f6af commit b0efa3b

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

.travis.yml

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,33 @@
11
language: php
22

33
php:
4-
- 5.6
54
- 7.0
65
- 7.1
76
- 7.2
7+
- 7.3
8+
- 7.4snapshot
89

10+
# This triggers builds to run on the new TravisCI infrastructure.
11+
# See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/
912
sudo: false
1013

1114
## Cache composer
1215
cache:
1316
directories:
1417
- $HOME/.composer/cache
1518

16-
before_script:
19+
sudo: false
20+
21+
## Cache composer
22+
cache:
23+
directories:
24+
- $HOME/.composer/cache
25+
26+
matrix:
27+
allow_failures:
28+
- php: 7.4snapshot
29+
30+
install:
1731
- travis_retry composer install --no-interaction --prefer-dist
1832

1933
script:

0 commit comments

Comments
 (0)