diff options
| author | Chris Lu <chris.lu@gmail.com> | 2019-04-06 12:05:19 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2019-04-06 12:05:19 -0700 |
| commit | 02191f6156d2f2087a1a37465ec7c9937ca4fff2 (patch) | |
| tree | 7d1e5bd076a955e2aefc68475d452feafed8fe2c | |
| parent | d942aa808aa6e4a6729b2547fba6e0d713dc5ee5 (diff) | |
| download | seaweedfs-02191f6156d2f2087a1a37465ec7c9937ca4fff2.tar.xz seaweedfs-02191f6156d2f2087a1a37465ec7c9937ca4fff2.zip | |
travis: temporarily disable go tip
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index f6dc49c31..612f643e9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ go: - 1.10.x - 1.11.x - 1.12.x - - tip + # - tip before_install: - export PATH=/home/travis/gopath/bin:$PATH @@ -44,4 +44,4 @@ deploy: on: tags: true repo: chrislusf/seaweedfs - go: tip + go: 1.12.x |
