From 500e17a9977e28ea5a66f62c4bce4fb0c318f6ec Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Fri, 6 Sep 2019 00:16:15 -0700 Subject: [PATCH] add go 1.13 --- .travis.yml | 4 ++-- 1 file 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