Skip to content

Commit 1de89fc

Browse files
committed
PHPC-1333: Use virtualized Xenial image in Travis CI
Use a Trusty image for PHP 5.5, since it is not available on Xenial.
1 parent 14cc98f commit 1de89fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: php
2-
sudo: false
2+
dist: xenial
33

44
addons:
55
apt:
@@ -21,6 +21,7 @@ matrix:
2121
- TESTS=tests/atlas.phpt
2222
- TEST_PHP_ARGS="-q -s output.txt -x --show-diff"
2323
- php: 5.5
24+
dist: trusty
2425
- php: 5.6
2526
- php: 7.0
2627
- php: 7.1

0 commit comments

Comments
 (0)