Skip to content

Commit

Permalink
only test multisite in one build
Browse files Browse the repository at this point in the history
  • Loading branch information
benbalter committed Feb 12, 2019
1 parent 51597e8 commit 5500eb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -12,9 +12,9 @@ matrix:
- php: 7.3
env: WP_VERSION=latest
- php: 7.2
env: WP_VERSION=4.9
env: WP_VERSION=latest WP_MULTISITE=1
- php: 7.1
env: WP_VERSION=latest
env: WP_VERSION=4.9
- php: 7.0
env: WP_VERSION=latest
- php: 5.6
Expand Down
1 change: 0 additions & 1 deletion script/cibuild-phpunit
Expand Up @@ -5,4 +5,3 @@ set -e
export PATH="$HOME/.composer/vendor/bin:./bin:$PATH"

phpunit
WP_MULTISITE=1 phpunit

0 comments on commit 5500eb6

Please sign in to comment.