feat: add travis

This commit is contained in:
Elton Minetto
2020-06-29 18:23:12 -03:00
parent 586f44f3ed
commit 3cd31fe900
2 changed files with 8 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
language: go
go:
- "1.14.x"
env:
- LIBRARY_ENV=testing
script: env GO111MODULE=on make ci