Unquote 7.1 in .travis.yml
This commit is contained in:
parent
ec374770aa
commit
b67a3e0119
|
@ -18,7 +18,7 @@ env:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- php: 5.6
|
- php: 5.6
|
||||||
env: WP_VERSION=latest WP_MULTISITE=1 PHP_LATEST_STABLE="7.1"
|
env: WP_VERSION=latest WP_MULTISITE=1 PHP_LATEST_STABLE=7.1
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- bash tests/bin/install.sh woocommerce_test root '' localhost $WP_VERSION
|
- bash tests/bin/install.sh woocommerce_test root '' localhost $WP_VERSION
|
||||||
|
|
Loading…
Reference in New Issue