Skip to content
This repository was archived by the owner on Feb 15, 2025. It is now read-only.

Commit a4857be

Browse files
authored
Merge pull request #60 from ConsenSys/sam-cli
Install aws-sam-cli for build
2 parents d16bc4b + 466508b commit a4857be

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
@@ -11,7 +11,7 @@ before_install:
1111
- curl -o- -L https://yarnpkg.com/install.sh | bash
1212
- export PATH="$HOME/.yarn/bin:$PATH"
1313
- echo "Installing AWS CLI"
14-
- pip install --upgrade --user awscli
14+
- pip install --upgrade --user awscli aws-sam-cli
1515

1616
branches:
1717
only:

0 commit comments

Comments
 (0)