Merge pull request #559 from ericchiang/dev-enable-travis
dev branch: enable travis testing
This commit is contained in:
commit
f6e636723b
13
.travis.yml
Normal file
13
.travis.yml
Normal 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
|
Reference in New Issue
Block a user