Skip to content

Commit 5c597ab

Browse files
authored
Merge pull request #32 from wp-cli/use-trusty
Use `dist: precise` for PHP 5.3, `dist: trusty` for everything else
2 parents 92157c1 + a22a55c commit 5c597ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
sudo: false
2+
dist: trusty
23

34
language: php
45

@@ -34,6 +35,7 @@ matrix:
3435
- php: 5.6
3536
env: WP_VERSION=trunk
3637
- php: 5.3
38+
dist: precise
3739
env: WP_VERSION=latest
3840

3941
before_install:

0 commit comments

Comments
 (0)