1
0
mirror of https://github.com/schollz/croc.git synced 2024-11-24 08:02:33 +03:00
croc/.travis.yml
Alessandro De Angelis e2436fa686 Added travis
2017-10-18 17:52:07 +02:00

17 lines
267 B
YAML

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