浏览代码

Update the CI

Signed-off-by: Vadim Markovtsev <vadim@sourced.tech>
Vadim Markovtsev 6 年之前
父节点
当前提交
cbe7d6f424
共有 2 个文件被更改,包括 2 次插入0 次删除
  1. 1 0
      .appveyor.yml
  2. 1 0
      .travis.yml

+ 1 - 0
.appveyor.yml

@@ -14,6 +14,7 @@ install:
   - move protoc.exe C:\msys64\mingw64\bin
 
 build_script:
+  - go version
   - set PATH=C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw64\bin;C:\msys64\usr\bin;C:\msys64\mingw64\bin;%PATH%
   - set PATH=%PATH:C:\Program Files\Git\usr\bin;=%
   - git clone --depth 1 --single-branch --branch %GOGIT_TAG% https://github.com/src-d/go-git %GOPATH%/src/gopkg.in/src-d/go-git.v4

+ 1 - 0
.travis.yml

@@ -80,6 +80,7 @@ script:
 jobs:
   include:
     - stage: test
+      addons: false
       language: generic
       env: DOCKER_BUILD=1
       before_install: skip