Skip to content

Commit 5016750

Browse files
committed
Correct path to install script.
1 parent 9cf5be6 commit 5016750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ matrix:
1616
env: WP_VERSION=latest WP_MULTISITE=1
1717

1818
before_script:
19-
- bash bin/install-wp-tests.sh wordpress_test root '' localhost $WP_VERSION
19+
- bash tests/bin/install-wp-tests.sh wordpress_test root '' localhost $WP_VERSION
2020

2121
script: phpunit

0 commit comments

Comments
 (0)