Skip to content

Commit efb0f20

Browse files
author
Bill Prin
committed
Try adding semicolon back
1 parent fa2d1d6 commit efb0f20

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
@@ -18,7 +18,7 @@ before_install:
1818
- openssl aes-256-cbc -K $encrypted_45d1b36fa803_key -iv $encrypted_45d1b36fa803_iv -in credentials.tar.gz.enc -out credentials.tar.gz -d
1919
# If the SDK is not already cached, download it and unpack it
2020
- if [ ! -d $HOME/google-cloud-sdk ]; then
21-
curl https://sdk.cloud.google.com | bash
21+
curl https://sdk.cloud.google.com | bash;
2222
fi
2323
- tar -xzf credentials.tar.gz
2424
- mkdir -p lib

0 commit comments

Comments
 (0)