Browse Source

trying to fix travis problem

pull/922/head
Chris Lu 6 years ago
parent
commit
7e95dcc99e
  1. 2
      .travis.yml

2
.travis.yml

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

Loading…
Cancel
Save