diff --git a/.travis.yml b/.travis.yml index bad4a77f1..c574b0894 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,8 @@ sudo: false language: go go: - - 1.12.x - - 1.13.x - 1.14.x + - 1.15.x before_install: - export PATH=/home/travis/gopath/bin:$PATH @@ -45,4 +44,4 @@ deploy: on: tags: true repo: chrislusf/seaweedfs - go: 1.14.x + go: 1.15.x