Skip to content

Commit 5c7437a

Browse files
committed
test out builds
1 parent 4d79ff9 commit 5c7437a

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ before_install:
1212
script: make
1313
deploy:
1414
provider: script
15-
script:
16-
- make release || travis_terminate 1
17-
- aws s3 cp pkg/payload.zip "s3://$BUCKET/lambdas/payload-$TRAVIS_TAG.zip" || travis_terminate 1
15+
script: make release || travis_terminate 1
1816
skip_cleanup: true
1917
on:
2018
tags: true

0 commit comments

Comments
 (0)