Skip to content

Commit 9cf5be6

Browse files
committed
Adding TravisCI config.
1 parent fc2d728 commit 9cf5be6

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.travis.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
language: php
2+
3+
php:
4+
- 5.3
5+
- 5.6
6+
- 7.0
7+
8+
env:
9+
- WP_VERSION=latest WP_MULTISITE=0
10+
- WP_VERSION=3.0.1 WP_MULTISITE=0
11+
- WP_VERSION=4.5 WP_MULTISITE=0
12+
13+
matrix:
14+
include:
15+
- php: 5.3
16+
env: WP_VERSION=latest WP_MULTISITE=1
17+
18+
before_script:
19+
- bash bin/install-wp-tests.sh wordpress_test root '' localhost $WP_VERSION
20+
21+
script: phpunit

0 commit comments

Comments
 (0)