Skip to content
This repository was archived by the owner on Sep 10, 2020. It is now read-only.

Commit 148cca7

Browse files
committed
Maybe fix Travis CI builds?
1 parent b1f8214 commit 148cca7

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ php:
1010
env:
1111
- WP_VERSION=3.9 WP_MULTISITE=0
1212
- WP_VERSION=3.9 WP_MULTISITE=1
13-
- WP_VERSION=latest WP_MULTISITE=0
14-
- WP_VERSION=latest WP_MULTISITE=1
13+
- WP_VERSION=4.6 WP_MULTISITE=0
14+
- WP_VERSION=4.6 WP_MULTISITE=1
1515

1616
services:
1717
- mysql

tests/cfg/bootstrap.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,3 @@ function _manually_load_options_pixie_plugin() {
2222
require $_tests_dir . '/includes/bootstrap.php';
2323

2424
define( 'PHPUNIT_RUNNER', true );
25-
define( 'WP_DEFAULT_THEME', 'default' );

0 commit comments

Comments
 (0)