Added Travis CI support
This commit is contained in:
8
.travis.yml
Normal file
8
.travis.yml
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
language: go
|
||||||
|
go:
|
||||||
|
- 1.4
|
||||||
|
- 1.5
|
||||||
|
- tip
|
||||||
|
install:
|
||||||
|
- go get github.com/AlekseyLobanov/gokeystat/src
|
||||||
|
go_import_path: github.com/AlekseyLobanov/gokeystat/src
|
||||||
Reference in New Issue
Block a user