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

Added travis

This commit is contained in:
Alessandro De Angelis 2017-10-18 17:51:18 +02:00
parent fd71dc2b78
commit e2436fa686

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