diff options
author | Máximo Cuadros <mcuadros@gmail.com> | 2017-04-17 17:36:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-17 17:36:13 +0200 |
commit | 057f1dd4fa44df509cb96977c0a8193407a22767 (patch) | |
tree | ee2f94f98f30eac3a4b9ff5c03118a6c05d62a35 | |
parent | 1ab2e250673169e2e279af809539478993003673 (diff) | |
download | go-git-057f1dd4fa44df509cb96977c0a8193407a22767.tar.gz |
appveyor: allow failures
-rw-r--r-- | appveyor.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 2e07977..f36ebe7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,10 @@ version: "{build}" platform: x64 +matrix: + allow_failures: + - platform: x64 + clone_folder: c:\gopath\src\gopkg.in\src-d\go-git.v4 environment: @@ -15,4 +19,4 @@ install: - git config --global user.name "Travis CI build_script: - - go test -v ./...
\ No newline at end of file + - go test -v ./... |