File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed
Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 1717
1818env :
1919 global :
20- - PATH="$HOME/.composer /vendor/bin:$PATH"
21- - WP_CLI_BIN_DIR="$HOME/.composer /vendor/bin"
20+ - PATH="$TRAVIS_BUILD_DIR /vendor/bin:$PATH"
21+ - WP_CLI_BIN_DIR="$TRAVIS_BUILD_DIR /vendor/bin"
2222
2323matrix :
2424 include :
@@ -33,11 +33,11 @@ matrix:
3333 - php : 5.3
3434 env : WP_VERSION=latest
3535
36- install :
36+ before_install :
3737 - phpenv config-rm xdebug.ini
38- - composer global require wp-cli/wp-cli:dev-master
39- - composer global require behat/behat:~2.5
40- - composer install --no-dev
38+
39+ install :
40+ - composer install
4141 - bash bin/install-package-tests.sh
4242
4343before_script :
Original file line number Diff line number Diff line change 1818 "autoload" : {
1919 "files" : [ " command.php" ]
2020 },
21- "require" : {},
21+ "require" : {
22+ "wp-cli/wp-cli" : " ~1.0.0"
23+ },
2224 "require-dev" : {
2325 "behat/behat" : " ~2.5"
2426 },
You can’t perform that action at this time.
0 commit comments