Merge pull request #559 from ericchiang/dev-enable-travis

dev branch: enable travis testing
This commit is contained in:
Eric Chiang 2016-08-18 15:42:19 -07:00 committed by GitHub
commit f6e636723b
1 changed files with 13 additions and 0 deletions

13
.travis.yml Normal file
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