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 30294c4 commit 4d3b73eCopy full SHA for 4d3b73e
.travis.yml
@@ -1,6 +1,6 @@
1
language: php
2
3
-dist: trusty
+dist: xenial
4
5
git:
6
depth: 2
@@ -24,9 +24,10 @@ matrix:
24
include:
25
- php: 5.5
26
env: php_extra="5.6 7.0 7.1 7.2"
27
+ dist: trusty
28
- php: 7.3
29
env: deps=high
- - php: 7.4snapshot
30
+ - php: 7.4
31
env: deps=low
32
fast_finish: true
33
0 commit comments