Skip to content

Commit

Permalink
Merge pull request #4 from TangRufus/patch-1
Browse files Browse the repository at this point in the history
TravisCI: Test on PHP 7.2 and nightly
  • Loading branch information
nathanielks committed Apr 12, 2019
2 parents 61716e2 + b15e5ce commit 1989eb4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,16 @@ cache:

matrix:
include:
- php: nightly
- php: 7.2
- php: 7.1
- php: 7.0
- php: 5.6
env: WP_TRAVISCI=phpcs
- php: 5.3
dist: precise
allow_failures:
- php: nightly

services:
- redis-server
Expand Down

0 comments on commit 1989eb4

Please sign in to comment.