Skip to content

Commit df3be18

Browse files
authored
Merge pull request wpengine#169 from wpengine/use-older-travis
Add 5.2 and use dist: precise.
2 parents 22a6b26 + 9636a5f commit df3be18

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
language: php
2+
dist: precise
23

34
php:
5+
- 5.2
46
- 5.3
57
- 5.5
68
- 5.6
79
- 7.0
10+
- 7.1
811

912
env:
1013
- WP_VERSION=latest WP_MULTISITE=0
@@ -14,7 +17,9 @@ matrix:
1417
include:
1518
- php: 5.6
1619
env: WP_VERSION=latest WP_MULTISITE=1
17-
20+
allow_failures:
21+
- php: 5.2
22+
1823
before_script:
1924
- composer install
2025
- npm install

0 commit comments

Comments
 (0)