Merge pull request #14 from hanzei/travis

Add travis CI
This commit is contained in:
Joram Wilander 2018-10-10 08:44:08 -04:00 committed by GitHub
commit fa21513efc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

9
.travis.yml Normal file
View file

@ -0,0 +1,9 @@
language: go
go:
- "1.11.x"
install:
- curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
script:
- make test