croc/.travis.yml

17 lines
313 B
YAML
Raw Normal View History

2017-10-18 17:51:18 +02:00
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
2017-10-21 23:54:47 +02:00
- go get github.com/verybluebot/tarinator-go
2017-10-18 17:51:18 +02:00
script:
- go test -v