update travis

This commit is contained in:
Zack Scholl 2018-06-24 07:16:29 -07:00
parent 9acaa988ae
commit 83f9005a1d
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@ language: go
go: go:
- 1.10 - 1.10
env: env:
- "PATH=/home/travis/gopath/bin:$PATH" - "PATH=/home/travis/gopath/bin:$PATH"
before_install: before_install:
- go get github.com/schollz/croc - go get -v ./...
script: script:
- go test -v - go test -v