Skip to content

Commit

Permalink
Really exclude this time
Browse files Browse the repository at this point in the history
  • Loading branch information
soulseekah committed Jun 4, 2017
1 parent 86f78b7 commit c4f9aca
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Expand Up @@ -17,9 +17,13 @@ env:
matrix:
exclude:
- php: 7.0
env: WP_VERSION=4.0
env: WP_VERSION=4.0 WP_MULTISITE=0
- php: 7.0
env: WP_VERSION=4.0 WP_MULTISITE=1
- php: 7.1
env: WP_VERSION=4.0 WP_MULTISITE=0
- php: 7.1
env: WP_VERSION=4.0
env: WP_VERSION=4.0 WP_MULTISITE=1

before_script:
- bash bin/install-wp-tests.sh wordpress_test root '' localhost $WP_VERSION
Expand Down

0 comments on commit c4f9aca

Please sign in to comment.