Explorar el Código

feat:升级golang基础版本

lifei6671 hace 6 años
padre
commit
be319c1f72
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

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