Skip to content

Commit

Permalink
Merge branch 'master' into fix-wp-pll-option-sync/unsync
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter J. Herrel committed Aug 9, 2017
2 parents f3ac5f3 + d32d8ce commit a97e694
Show file tree
Hide file tree
Showing 2 changed files with 156 additions and 141 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
sudo: false
dist: trusty

language: php

Expand Down Expand Up @@ -29,6 +30,7 @@ env:
matrix:
include:
- php: 5.3
dist: precise
env: WP_VERSION=latest
- php: 5.4
env: WP_VERSION=latest
Expand All @@ -39,12 +41,18 @@ matrix:
- php: 5.6
env: WP_VERSION=trunk
- php: 7.0
dist: precise
env: WP_VERSION=latest
- php: 7.1
env: WP_VERSION=latest
- php: 7.2
env: WP_VERSION=latest
allow_failures:
- php: nightly
- php: 5.3
- php: 5.4
- php: 5.5
- php: 7.2
- env: WP_VERSION=trunk

before_install:
Expand Down
Loading

0 comments on commit a97e694

Please sign in to comment.