mirror of
https://github.com/schollz/croc.git
synced 2024-11-24 08:02:33 +03:00
17 lines
267 B
YAML
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
|