Skip to content

Commit

Permalink
Adding release option from Travis to GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
arminc committed Aug 26, 2017
1 parent 6ea24ea commit e212575
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .travis.yml
Expand Up @@ -12,4 +12,14 @@ install:
- make docker

script:
- make release
- make release

deploy:
provider: releases
skip_cleanup: true
api_key: $API_KEY
file_glob: true
file: dist/*
on:
repo: arminc/clair-scanner
tags: true

0 comments on commit e212575

Please sign in to comment.