Skip to content

Commit 114eba1

Browse files
committed
aws sts check
1 parent e2df172 commit 114eba1

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
@@ -23,7 +23,7 @@ install:
2323
before_script:
2424
- npm test
2525
- if ! [ -x "$(command -v aws)" ]; then curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" ; unzip awscliv2.zip ; sudo ./aws/install ; fi
26-
- aws sts get-caller-identity
26+
- aws sts get-caller-identity
2727
script:
2828
# after successful tests, publish binaries if specified in commit message
2929
- ./scripts/publish.sh --toolset=${TOOLSET:-} --debug=$([ "${BUILDTYPE}" == 'debug' ] && echo "true" || echo "false")

0 commit comments

Comments
 (0)