Skip to content

Commit

Permalink
Exclude a few tests due to MySQL deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
markoheijnen committed Nov 22, 2015
1 parent 434f35c commit 30bc0a9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Expand Up @@ -12,6 +12,13 @@ env:
- WP_VERSION=4.0 WP_MULTISITE=0
- WP_VERSION=3.7 WP_MULTISITE=0

matrix:
exclude:
- php: 5.6
env: WP_VERSION=3.7 WP_MULTISITE=0
- php: 7.0
env: WP_VERSION=3.7 WP_MULTISITE=0

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

Expand Down

0 comments on commit 30bc0a9

Please sign in to comment.