0
0
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-11 13:21:00 +02:00

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

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