FormidableLabs / FormidableLabs/formideploy
Docs: Add CI note about travis/CI tool installation for awscli
Open
- Dominant language
- JavaScript
- Stars
- 7
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
For travis, this means:
```yml
before_install:
# Add `aws` CLI tool.
- pip install --user awscli
```
Contributor guide
Assessment
This issue has not been assessed yet.