File tree Expand file tree Collapse file tree 4 files changed +7
-90
lines changed
Expand file tree Collapse file tree 4 files changed +7
-90
lines changed Original file line number Diff line number Diff line change 3030 global :
3131 - GOOGLE_APPLICATION_CREDENTIALS=$TRAVIS_BUILD_DIR/credentials.json
3232 - GOOGLE_VERSION_ID=$TRAVIS_JOB_ID
33- - PATH=${HOME}/gcloud/ google-cloud-sdk/bin:${PATH}
33+ - PATH=${HOME}/google-cloud-sdk/bin:${PATH}
3434 - PHP_CGI_PATH=/home/travis/.phpenv/shims/php-cgi
3535 - TEST_BUILD_DIR=$TRAVIS_BUILD_DIR
3636
3737before_install :
38- - php dump_credentials.php
39- - travis_retry testing/install_test_deps.sh
38+ - pushd ${HOME}
39+ - git clone https://github.com/GoogleCloudPlatform/php-tools.git
40+ - php php-tools/scripts/dump_credentials.php
41+ - travis_retry php-tools/scripts/install_test_deps.sh
42+ - popd
4043 - mkdir -p build/logs
4144
4245script :
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ set -ex
1717
1818# run php-cs-fixer
1919if [ " ${RUN_CS_FIXER} " = " true" ]; then
20- . /php-cs-fixer fix --dry-run --diff --config-file=.php_cs .
20+ ${HOME} /php-cs-fixer fix --dry-run --diff --config-file=.php_cs .
2121fi
2222
2323# loop through all directories containing "phpunit.xml" and run them
You can’t perform that action at this time.
0 commit comments