Skip to content

Commit ba9ab75

Browse files
committed
no message
1 parent d7f23b8 commit ba9ab75

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ matrix:
3434

3535
# Composer package installation
3636
install:
37+
- cd $TRAVIS_BUILD_DIR
38+
# Install WP CLI
39+
- curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar
40+
- chmod +x wp-cli.phar
41+
- sudo mv wp-cli.phar /usr/local/bin/wp
3742
# Install coveralls.phar
3843
#- wget -c -nc --retry-connrefused --tries=0 https://github.com/satooshi/php-coveralls/releases/download/v1.0.1/coveralls.phar
3944
#- chmod +x coveralls.phar

0 commit comments

Comments
 (0)