1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-06-30 05:31:57 +02:00

install awscli on Travis

This commit is contained in:
Matthias Kretschmann 2018-11-16 11:19:43 +01:00
parent b926dab8cf
commit a979a42206
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -8,6 +8,8 @@ script:
- 'if [ "$TRAVIS_SECURE_ENV_VARS" = "true" ]; then npm run build; fi'
after_success:
- pip install --user awscli
- export PATH=$PATH:$HOME/.local/bin
- npm run deploy
notifications: