Merge pull request #1 from dmarkham/travis

Adding in travis
This commit is contained in:
Dan Markham 2019-04-04 15:42:06 -07:00 committed by GitHub
commit da2df55c39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

5
.travis.yml Normal file
View File

@ -0,0 +1,5 @@
language: go
go:
- "1.12.x"
- "1.11.x"
- "1.10.x"