Explorar el Código

切换包管理工具并升级依赖包

Minho hace 8 años
padre
commit
7313ef7209
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      .travis.yml
  2. 1 1
      appveyor.yml

+ 1 - 1
.travis.yml

@@ -38,4 +38,4 @@ deploy:
     overwrite: true
     tags: true
     all_branches: true
-    go: 1.9.2
+    go: "1.10"

+ 1 - 1
appveyor.yml

@@ -40,9 +40,9 @@ build_script:
   - go get -u github.com/golang/dep/cmd/dep && cd %GOPATH%/src/github.com/golang/dep
   - for /f "delims=" %%i in ('git describe --abbrev=0 --tags') do (set DEP_LATEST=%%i)
   - go install -ldflags="-X main.version=%DEP_LATEST%" ./cmd/dep
-  - dep ensure -v
   - for /f "delims=" %%i in ('go version') do (set GO_VERSION=%%i)
   - cd c:\gopath\src\github.com\lifei6671\mindoc
+  - dep ensure -v
   - go build -v -o "mindoc_windows_%GOARCH%.exe" -ldflags="-w -X github.com/lifei6671/mindoc/conf.VERSION=%APPVEYOR_REPO_TAG_NAME% -X 'github.com/lifei6671/mindoc/conf.BUILD_TIME=%date% %time%' -X 'conf.GO_VERSION=%GO_VERSION%'"
   - 7z a -t7z -r mindoc_windows_%GOARCH%.7z conf/*.conf* static/* mindoc_windows_%GOARCH%.exe views/* uploads/*
 test_script: