Skip to content

Commit c7cafcc

Browse files
committed
fix travis config
1 parent 27a92dc commit c7cafcc

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.travis.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
1-
dist: trusty
1+
dist: xenial
22
language: php
33

44
php:
55
- 7.2
66
- 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+
- 7.4snapshot
128

139
## Cache composer
1410
cache:
@@ -17,7 +13,7 @@ cache:
1713

1814
matrix:
1915
include:
20-
- php: 7.1
16+
- php: 7.2
2117
env: 'COMPOSER_FLAGS="--prefer-stable --prefer-lowest"'
2218

2319
before_script:

0 commit comments

Comments
 (0)