Browse Source

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

dev branch: enable travis testing
pull/566/head
Eric Chiang 10 years ago committed by GitHub
parent
commit
f6e636723b
  1. 13
      .travis.yml

13
.travis.yml

@ -0,0 +1,13 @@
language: go
go:
- 1.7
install:
- go get -u github.com/golang/lint/golint
script:
- make testall
notifications:
email: false
Loading…
Cancel
Save