update travis

This commit is contained in:
Zack Scholl 2018-06-24 07:00:52 -07:00
parent 88c2fcea0b
commit b3847798a4
1 changed files with 3 additions and 7 deletions

View File

@ -1,16 +1,12 @@
language: go language: go
go: go:
- 1.9 - 1.10
env: env:
- "PATH=/home/travis/gopath/bin:$PATH" - "PATH=/home/travis/gopath/bin:$PATH"
before_install: before_install:
- go get github.com/gosuri/uiprogress - go get github.com/schollz/croc
- 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
script: script:
- go test -v - go test -v