Skip to content

Commit 166b674

Browse files
authored
Merge pull request #122 from wp-cli/travis_precise
Update Travis to use precise for PHP 5.3.
2 parents d2a4e2e + c2f3c1d commit 166b674

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.travis.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
1+
sudo: false
2+
dist: trusty
3+
14
language: php
25

36
php:
4-
- 5.3
57
- 5.4
68
- 5.5
79
- 5.6
810
- 7.0
911
- 7.1
1012

13+
matrix:
14+
include:
15+
- dist: precise
16+
php: 5.3
17+
1118
before_script:
1219
- php -m
1320
- php --info | grep -i 'intl\|icu\|pcre'

0 commit comments

Comments
 (0)