travis: fix version grep
This commit is contained in:
parent
7dc5f0d712
commit
753b512f7e
|
@ -14,6 +14,6 @@ env:
|
||||||
|
|
||||||
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
|
- fgrep wp_version ${WP_TESTS_DIR-/tmp/wordpress-tests-lib}/wp-includes/version.php
|
||||||
|
|
||||||
script: phpunit
|
script: phpunit
|
||||||
|
|
Loading…
Reference in a new issue