We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 373f6af commit b0efa3bCopy full SHA for b0efa3b
.travis.yml
@@ -1,19 +1,33 @@
1
language: php
2
3
php:
4
- - 5.6
5
- 7.0
6
- 7.1
7
- 7.2
+ - 7.3
8
+ - 7.4snapshot
9
10
+# This triggers builds to run on the new TravisCI infrastructure.
11
+# See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/
12
sudo: false
13
14
## Cache composer
15
cache:
16
directories:
17
- $HOME/.composer/cache
18
-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:
31
- travis_retry composer install --no-interaction --prefer-dist
32
33
script:
0 commit comments