Added travis

This commit is contained in:
Alessandro De Angelis 2017-10-18 17:51:18 +02:00
parent fd71dc2b78
commit e2436fa686
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