Merge pull request #14 from Girbons/travis

Setup travis
This commit is contained in:
Zack 2017-10-18 09:58:52 -06:00 committed by GitHub
commit cb83c7082d
1 changed files with 16 additions and 0 deletions

16
.travis.yml Normal file
View File

@ -0,0 +1,16 @@
language: go
go:
- 1.9
env:
- "PATH=/home/travis/gopath/bin:$PATH"
before_install:
- go get github.com/gosuri/uiprogress
- go get github.com/schollz/mnemonicode
- go get github.com/pkg/errors
- go get github.com/sirupsen/logrus
script:
- go test -v