mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 13:21:00 +02:00
commit
cb83c7082d
1 changed files with 16 additions and 0 deletions
16
.travis.yml
Normal file
16
.travis.yml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue