travis: more WP versions
This commit is contained in:
parent
d3a41d172e
commit
7dc5f0d712
10
.travis.yml
10
.travis.yml
|
@ -6,16 +6,14 @@ php:
|
||||||
- 5.5
|
- 5.5
|
||||||
- 5.6
|
- 5.6
|
||||||
- hhvm
|
- hhvm
|
||||||
- hhvm-nightly
|
|
||||||
|
|
||||||
os:
|
|
||||||
- linux
|
|
||||||
- osx
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- WP_VERSION=latest WP_MULTISITE=0
|
- WP_VERSION=3.7
|
||||||
|
- WP_VERSION=3.8
|
||||||
|
- WP_VERSION=latest
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- bash bin/install-wp-tests.sh wordpress_test root '' localhost $WP_VERSION
|
- bash bin/install-wp-tests.sh wordpress_test root '' localhost $WP_VERSION
|
||||||
|
- fgrep wp_version $WP_TESTS_DIR/wp-includes/version.php
|
||||||
|
|
||||||
script: phpunit
|
script: phpunit
|
||||||
|
|
Loading…
Reference in a new issue