Skip to content

Commit a2dcd65

Browse files
Use dist: precise for PHP 5.3, dist: trusty for everything else
1 parent 7fa9836 commit a2dcd65

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
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)