Skip to content

Commit a97e694

Browse files
author
Peter J. Herrel
committed
Merge branch 'master' into fix-wp-pll-option-sync/unsync
2 parents f3ac5f3 + d32d8ce commit a97e694

File tree

2 files changed

+156
-141
lines changed

2 files changed

+156
-141
lines changed

.travis.yml

Lines changed: 8 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

@@ -29,6 +30,7 @@ env:
2930
matrix:
3031
include:
3132
- php: 5.3
33+
dist: precise
3234
env: WP_VERSION=latest
3335
- php: 5.4
3436
env: WP_VERSION=latest
@@ -39,12 +41,18 @@ matrix:
3941
- php: 5.6
4042
env: WP_VERSION=trunk
4143
- php: 7.0
44+
dist: precise
45+
env: WP_VERSION=latest
46+
- php: 7.1
47+
env: WP_VERSION=latest
48+
- php: 7.2
4249
env: WP_VERSION=latest
4350
allow_failures:
4451
- php: nightly
4552
- php: 5.3
4653
- php: 5.4
4754
- php: 5.5
55+
- php: 7.2
4856
- env: WP_VERSION=trunk
4957

5058
before_install:

0 commit comments

Comments
 (0)