Skip to content

Commit 6bd8313

Browse files
Merge pull request #95 from wp-cli/require-stable
Require minimum stable version, then install `dev-master`
2 parents b9e6f1a + 903d296 commit 6bd8313

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ before_install:
3737
- phpenv config-rm xdebug.ini
3838

3939
install:
40+
- composer require wp-cli/wp-cli:dev-master
4041
- composer install
4142
- bash bin/install-package-tests.sh
4243

circle.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +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 require wp-cli/wp-cli:dev-master
1920
- composer install
2021
- bash bin/install-package-tests.sh
2122

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"files": [ "scaffold-package-command.php" ]
2222
},
2323
"require": {
24-
"wp-cli/wp-cli": "dev-master"
24+
"wp-cli/wp-cli": "^1.0.0"
2525
},
2626
"require-dev": {
2727
"behat/behat": "~2.5"

0 commit comments

Comments
 (0)