8000 Lock travis to xenial and keep older PHP versions to trusty · reactphp/event-loop@429077c · GitHub
[go: up one dir, main page]

Skip to content

Commit 429077c

Browse files
committed
Lock travis to xenial and keep older PHP versions to trusty
1 parent 060092e commit 429077c

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.travis.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ language: php
22

33
php:
44
# - 5.3 # requires old distro, see below
5-
- 5.4
6-
- 5.5
5+
# - 5.4 # requires old distro, see below
6+
# - 5.5 # requires old distro, see below
77
- 5.6
88
- 7.0
99
- 7.1
@@ -12,12 +12,16 @@ php:
1212
# - hhvm # requires legacy phpunit & ignore errors, see below
1313

1414
# lock distro so new future defaults will not break the build
15-
dist: trusty
15+
dist: xenial
1616

1717
matrix:
1818
include:
1919
- php: 5.3
2020
dist: precise
21+
- php: 5.4
22+
dist: trusty
23+
- php: 5.5
24+
dist: trusty
2125
- php: hhvm
2226
install: composer require phpunit/phpunit:^5 --dev --no-interaction
2327
allow_failures:

0 commit comments

Comments
 (0)
0