Revert "travis: try some older WP versions"
This reverts commit 66d9c966e7
.
This commit is contained in:
parent
66d9c966e7
commit
45a37680ee
|
@ -2,12 +2,15 @@ language: php
|
||||||
|
|
||||||
php:
|
php:
|
||||||
- 5.3
|
- 5.3
|
||||||
|
- 5.4
|
||||||
- 5.5
|
- 5.5
|
||||||
|
- 5.6
|
||||||
|
- hhvm
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- WP_VERSION=3.0.6
|
- WP_VERSION=3.7
|
||||||
- WP_VERSION=3.5.2
|
- WP_VERSION=3.8
|
||||||
- WP_VERSION=3.6.1
|
- 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
|
||||||
|
|
Loading…
Reference in a new issue