Skip to content

Commit a1454d4

Browse files
Install WP-CLI dev master with its dependencies
1 parent e2cf6eb commit a1454d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ matrix:
3535

3636
install:
3737
- phpenv config-rm xdebug.ini
38-
- composer global require wp-cli/wp-cli
38+
- composer global require wp-cli/wp-cli:dev-master --dev
3939
- composer install --no-dev
4040
- bash bin/install-package-tests.sh
4141

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies:
1616
# Increase memory limit
1717
- echo "memory_limit = 512M" > /opt/circleci/php/$(phpenv global)/etc/conf.d/memory.ini
1818
override:
19-
- composer global require wp-cli/wp-cli
19+
- composer global require wp-cli/wp-cli:dev-master --dev
2020
- composer install --no-dev
2121
- bash bin/install-package-tests.sh
2222

0 commit comments

Comments
 (0)