diff options
| author | Chris Lu <chris.lu@gmail.com> | 2019-04-06 11:12:43 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2019-04-06 11:12:43 -0700 |
| commit | 7e95dcc99e3d6675032bb4323ab4ec0819fcc7b9 (patch) | |
| tree | f4de5f4bd098c64e4adf2def14fd7ee45f354657 | |
| parent | 868913aa04f86e9bcf6a1ad50f1c3879841c0d6c (diff) | |
| download | seaweedfs-7e95dcc99e3d6675032bb4323ab4ec0819fcc7b9.tar.xz seaweedfs-7e95dcc99e3d6675032bb4323ab4ec0819fcc7b9.zip | |
trying to fix travis problem
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index e1a1fa31c..5d50bb162 100644 --- a/.travis.yml +++ b/.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/... |
