Skip to content

Commit

Permalink
Add configuration for Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
summerwind committed Nov 14, 2017
1 parent 697b4de commit dd9794a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
language: go
go:
- 1.9.x
install:
- go get github.com/Masterminds/glide
script:
- make test
before_deploy:
- make dist
deploy:
provider: releases
api-key: $GITHUB_TOKEN
file_glob: true
file: dist/*
skip_cleanup: true
on:
tags: true

0 comments on commit dd9794a

Please sign in to comment.