浏览代码

feat:升级golang基础版本

lifei6671 6 年之前
父节点
当前提交
be319c1f72
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -4,7 +4,7 @@ go:
   - "1.12"
   - "1.12"
 
 
 sudo: true
 sudo: true
-install: false
+install: true
 
 
 before_install:
 before_install:
   - curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
   - curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh