diff options
| author | Chris Lu <chris.lu@gmail.com> | 2019-09-06 00:16:15 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2019-09-06 00:16:15 -0700 |
| commit | 500e17a9977e28ea5a66f62c4bce4fb0c318f6ec (patch) | |
| tree | 7757eb678f6d1acfab32ecc14c0a78b4a6a26967 | |
| parent | 803345e6af35f1889239a1e82ad60f71c6cbceeb (diff) | |
| download | seaweedfs-500e17a9977e28ea5a66f62c4bce4fb0c318f6ec.tar.xz seaweedfs-500e17a9977e28ea5a66f62c4bce4fb0c318f6ec.zip | |
add go 1.13
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 3261d33db..b7467ab8a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ language: go go: - 1.11.x - 1.12.x - # - tip + - 1.13.x before_install: - export PATH=/home/travis/gopath/bin:$PATH @@ -45,4 +45,4 @@ deploy: on: tags: true repo: chrislusf/seaweedfs - go: 1.12.x + go: 1.13.x |
