Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit 10f85a8

Browse files
committed
fixed travis script
1 parent 1416cdf commit 10f85a8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ php:
1212
after_success: curl -L https://raw.githubusercontent.com/miya0001/travis2wpplugin/master/deploy.sh | bash
1313

1414
env:
15-
- WP_VERSION=latest WP_MULTISITE=0
16-
- WP_VERSION=nightly WP_MULTISITE=0
15+
matrix:
16+
- WP_VERSION=latest WP_MULTISITE=0
17+
- WP_VERSION=nightly WP_MULTISITE=0
1718

1819
global:
1920
- SVN_REPO: https://plugins.svn.wordpress.org/semantic-linkbacks/

0 commit comments

Comments
 (0)