From 83f9005a1d510aa2ee060e0298f5f37f5b492c4c Mon Sep 17 00:00:00 2001 From: Zack Scholl Date: Sun, 24 Jun 2018 07:16:29 -0700 Subject: [PATCH] update travis --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 27c69dfd..aa51691a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,11 +2,11 @@ language: go go: - 1.10 - + env: - "PATH=/home/travis/gopath/bin:$PATH" before_install: - - go get github.com/schollz/croc + - go get -v ./... script: - go test -v