added travis configuration

This commit is contained in:
Jarek Kowalski
2018-10-26 17:43:33 -07:00
parent 834279e497
commit 43c2ccbc90

6
.travis.yml Normal file
View File

@@ -0,0 +1,6 @@
language: go
go:
- "1.11"
os:
- linux
script: go test ./...