Added Travis CI support

This commit is contained in:
2016-03-29 01:51:30 +03:00
parent ce32dddfaa
commit ad1938e3d9

8
.travis.yml Normal file
View 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