Skip to content

Commit b14fab6

Browse files
authored
Add 5.2 and use dist: precise.
1 parent 125c212 commit b14fab6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
language: php
2+
dist: precise
23

34
php:
5+
- 5.2
46
- 5.3
57
- 5.5
68
- 5.6
@@ -10,6 +12,10 @@ env:
1012
- WP_VERSION=latest WP_MULTISITE=0
1113
- WP_VERSION=4.5 WP_MULTISITE=0
1214

15+
matrix:
16+
allow_failures:
17+
- php: 5.2
18+
1319
matrix:
1420
include:
1521
- php: 5.6

0 commit comments

Comments
 (0)