Skip to content

Commit 224482c

Browse files
committed
surround travis PATH in quotes
1 parent 103d236 commit 224482c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ env:
3131
global:
3232
- GOOGLE_APPLICATION_CREDENTIALS=$TRAVIS_BUILD_DIR/credentials.json
3333
- GOOGLE_VERSION_ID=$TRAVIS_JOB_ID
34-
- PATH=${HOME}/google-cloud-sdk/bin:${PATH}
34+
- PATH="${HOME}/google-cloud-sdk/bin:${PATH}"
3535
- PHP_CGI_PATH=/home/travis/.phpenv/shims/php-cgi
3636
- TEST_BUILD_DIR=$TRAVIS_BUILD_DIR
3737

0 commit comments

Comments
 (0)