Skip to content

Commit

Permalink
add travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
1046102779 committed Mar 11, 2017
1 parent 524a02b commit 5d7acc9
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
language: go

go:
- 1.7

install:
- go get -v -u ./...

script:
- go build && go install

notifications:
email:
recipients: [email protected]
on_success: change
on_failure: always

0 comments on commit 5d7acc9

Please sign in to comment.