Skip to content

Commit e9a4251

Browse files
committed
Use precise only for php 5.3
1 parent 5fe485a commit e9a4251

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,6 +1,6 @@
11
language: php
22

3-
dist: precise
3+
dist: xenial
44

55
php:
66
- 5.3
@@ -18,6 +18,7 @@ matrix:
1818
- php: 7.0
1919
env: COVERAGE=1
2020
- php: 5.3
21+
dist: precise
2122
env: COMPOSER_MEMORY_LIMIT=2G
2223
- php: 7.3
2324
env: DEPENDENCIES="--ignore-platform-reqs"

0 commit comments

Comments
 (0)