Skip to content

Commit

Permalink
fix travis builds hopefully
Browse files Browse the repository at this point in the history
  • Loading branch information
arguablykomodo committed Dec 26, 2018
1 parent 7ea1c8b commit 0b50a98
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,16 @@ script:
- go get github.com/josephspurrier/goversioninfo/cmd/goversioninfo
- cd ..
- go run compiler/main.go $(git describe)
- ./update_tap.sh $TAP_TOKEN

deploy:
provider: releases
api_key: $GITHUB_TOKEN
file_glob: true
file: dist/*
skip_cleanup: true
on:
tags: true
- provider: releases
api_key: $GITHUB_TOKEN
file_glob: true
file: dist/*
skip_cleanup: true
on:
tags: true
- provider: script
script: ./update_tap.sh $TAP_TOKEN
on:
tags: true

0 comments on commit 0b50a98

Please sign in to comment.