Skip to content

Commit 995a09a

Browse files
author
Felix Arntz
committed
Ensure all dependencies are installed on travis.
1 parent 8c6f9cb commit 995a09a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ matrix:
2222

2323
before_script:
2424
- composer install
25+
- cd php52
26+
- composer install
27+
- cd ..
2528
- npm install
2629
- bash tests/bin/install-wp-tests.sh wordpress_test root '' localhost $WP_VERSION
2730
- export PATH="$HOME/.composer/vendor/bin:$PATH"

0 commit comments

Comments
 (0)