Skip to content

Commit 717efe4

Browse files
committed
add aws cli
1 parent 869058e commit 717efe4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@ services:
44
- docker
55
env:
66
global:
7+
- PATH=$HOME/.local/bin:$PATH
78
- PKGFORGE_STATEFILE=/tmp/pkgforge
89
- BUCKET=akerl-github-auth-lambda
10+
before_install:
11+
- pip install --user awscli
912
script: make
1013
deploy:
1114
provider: script

0 commit comments

Comments
 (0)