Add .travis.yml

This commit is contained in:
Ian Howell 2019-06-06 09:09:29 -05:00
parent 50f29ca75d
commit 3a51a39226

15
.travis.yml Normal file
View File

@ -0,0 +1,15 @@
language: go
go:
- "1.12"
env:
- GO111MODULE=on
script: make test
git:
depth: 1
notifications:
email: false