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

update travis

This commit is contained in:
Zack Scholl 2018-06-24 07:00:52 -07:00
parent 88c2fcea0b
commit b3847798a4

View file

@ -1,16 +1,12 @@
language: go
go:
- 1.9
- 1.10
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
- go get github.com/verybluebot/tarinator-go
- go get github.com/schollz/croc
script:
- go test -v