Skip to content

Commit

Permalink
change deploy value to an array
Browse files Browse the repository at this point in the history
  • Loading branch information
rajatjindal committed Feb 3, 2020
1 parent 5888931 commit f395df9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .travis.yml
Expand Up @@ -18,11 +18,11 @@ before_deploy:
- make package

deploy:
provider: releases
api_key: $GITHUB_OAUTH_TOKEN
file:
- ksniff.zip
skip_cleanup: true
on:
tags: true
branch: master
- provider: releases
api_key: $GITHUB_OAUTH_TOKEN
file:
- ksniff.zip
skip_cleanup: true
on:
tags: true
branch: master

0 comments on commit f395df9

Please sign in to comment.