Explorar el Código

feat:升级golang基础版本

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

+ 1 - 1
.travis.yml

@@ -16,7 +16,7 @@ before_install:
   - curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
 
 script:
-  - dep ensure -v && GO_ENABLED=1 go build -v -x -tags "pam" && go install
+  - dep ensure && GO_ENABLED=1 go build -v -x -tags "pam" && go install
 
 before_deploy:
   - sudo apt-get -qq update