trying to fix travis problem

This commit is contained in:
Chris Lu 2019-04-06 11:12:43 -07:00
parent 868913aa04
commit 7e95dcc99e

View file

@ -10,7 +10,7 @@ before_install:
- export PATH=/home/travis/gopath/bin:$PATH - export PATH=/home/travis/gopath/bin:$PATH
install: install:
- go get ./weed/... - go get -u ./weed/...
script: script:
- go test ./weed/... - go test ./weed/...