Skip to content

Commit

Permalink
move some scripts around
Browse files Browse the repository at this point in the history
  • Loading branch information
arguablykomodo committed Sep 25, 2018
1 parent 3e3261e commit 8339b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ go:
- "1.10"
before_script:
- go get github.com/akavel/rsrc
- go run manifest-generator/main.go $(git describe)
deploy:
- provider: script
skip_cleanup: true
script:
- go run manifest-generator/main.go $(git describe)
- curl -sL https://git.io/goreleaser | bash
on:
tags: true

0 comments on commit 8339b6f

Please sign in to comment.