Trying to connect Travis CI

This commit is contained in:
nxshock 2017-06-30 21:58:53 +05:00
parent d08980b7e3
commit 2456de9cf4
2 changed files with 9 additions and 0 deletions

7
.travis.yml Normal file
View file

@ -0,0 +1,7 @@
language: go
go:
- 1.x
script:
- go test -v ./...