diff --git a/.travis.yml b/.travis.yml index 2e4de0f..27c69df 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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