We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c6f9cb commit 995a09aCopy full SHA for 995a09a
.travis.yml
@@ -22,6 +22,9 @@ matrix:
22
23
before_script:
24
- composer install
25
+ - cd php52
26
+ - composer install
27
+ - cd ..
28
- npm install
29
- bash tests/bin/install-wp-tests.sh wordpress_test root '' localhost $WP_VERSION
30
- export PATH="$HOME/.composer/vendor/bin:$PATH"
0 commit comments