Skip to content

Commit f33aaa3

Browse files
authored
Merge pull request #511 from alleyinteractive/fix-travis-bug
Fix bug in travis config, update WP
2 parents c878a05 + 8268dcc commit f33aaa3

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.travis.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ language: php
55
matrix:
66
include:
77
- php: 5.3
8-
env: WP_VERSION=4.3.3
8+
env: WP_VERSION=4.4.4
99
- php: 5.3
1010
env: WP_VERSION=latest
1111
- php: 5.6
@@ -39,7 +39,13 @@ script:
3939
- |
4040
if [[ ! -z "$WP_VERSION" ]] ; then
4141
phpunit
42+
fi
43+
- |
44+
if [[ ! -z "$WP_VERSION" ]] ; then
4245
phpunit -c multisite.xml
46+
fi
47+
- |
48+
if [[ ! -z "$WP_VERSION" ]] ; then
4349
grunt qunit:specific --wp=$WP_VERSION
4450
fi
4551
- |

0 commit comments

Comments
 (0)