*: enable travis testing

This commit is contained in:
Eric Chiang
2016-08-18 15:40:13 -07:00
parent 1ee5920c54
commit dbb16baa25
+13
View File
@@ -0,0 +1,13 @@
language: go
go:
- 1.7
install:
- go get -u github.com/golang/lint/golint
script:
- make testall
notifications:
email: false