Skip to content

Commit

Permalink
chore(CI): Fix broken build
Browse files Browse the repository at this point in the history
  • Loading branch information
mirucon committed Sep 16, 2018
1 parent a478e93 commit 397e365
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Expand Up @@ -3,16 +3,14 @@ language: php
matrix:
include:
- php: 7.2
env: WP_VERSION=latest WP_MULTISITE=0
- php: 5.6
env: WP_VERSION=nightly WP_MULTISITE=0
- php: 5.6
env: WP_TRAVISCI=phpcs

sudo: false

env:
- WP_VERSION=nightly WP_MULTISITE=0
- WP_VERSION=4.3 WP_MULTISITE=0

cache:
directories:
- vendor
Expand Down

0 comments on commit 397e365

Please sign in to comment.