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 27a92dc commit c7cafccCopy full SHA for c7cafcc
.travis.yml
@@ -1,14 +1,10 @@
1
-dist: trusty
+dist: xenial
2
language: php
3
4
php:
5
- 7.2
6
- 7.3
7
- - 7.4
8
-
9
-# This triggers builds to run on the new TravisCI infrastructure.
10
-# See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/
11
-sudo: false
+ - 7.4snapshot
12
13
## Cache composer
14
cache:
@@ -17,7 +13,7 @@ cache:
17
18
matrix:
19
15
include:
20
- - php: 7.1
16
+ - php: 7.2
21
env: 'COMPOSER_FLAGS="--prefer-stable --prefer-lowest"'
22
23
before_script:
0 commit comments