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

fix travis.yml

This commit is contained in:
Zack Scholl 2018-06-24 07:34:53 -07:00
parent 0e99540655
commit 44e169464c

View file

@ -6,7 +6,5 @@ go:
env:
- "PATH=/home/travis/gopath/bin:$PATH"
before_install:
- go get -v ./...
script:
- go test -v