We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 869058e commit 717efe4Copy full SHA for 717efe4
1 file changed
.travis.yml
@@ -4,8 +4,11 @@ services:
4
- docker
5
env:
6
global:
7
+ - PATH=$HOME/.local/bin:$PATH
8
- PKGFORGE_STATEFILE=/tmp/pkgforge
9
- BUCKET=akerl-github-auth-lambda
10
+before_install:
11
+- pip install --user awscli
12
script: make
13
deploy:
14
provider: script
0 commit comments