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 30
30
global :
31
31
- GOOGLE_APPLICATION_CREDENTIALS=$TRAVIS_BUILD_DIR/credentials.json
32
32
- GOOGLE_VERSION_ID=$TRAVIS_JOB_ID
33
- - PATH=${HOME}/gcloud/ google-cloud-sdk/bin:${PATH}
33
+ - PATH=${HOME}/google-cloud-sdk/bin:${PATH}
34
34
- PHP_CGI_PATH=/home/travis/.phpenv/shims/php-cgi
35
35
- TEST_BUILD_DIR=$TRAVIS_BUILD_DIR
36
36
37
37
before_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
40
43
- mkdir -p build/logs
41
44
42
45
script :
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
17
17
18
18
# run php-cs-fixer
19
19
if [ " ${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 .
21
21
fi
22
22
23
23
# loop through all directories containing "phpunit.xml" and run them
You can’t perform that action at this time.
0 commit comments