Skip to content

Commit

Permalink
Merge 34452a8 into d4d6fc2
Browse files Browse the repository at this point in the history
  • Loading branch information
mbland committed Sep 30, 2017
2 parents d4d6fc2 + 34452a8 commit c41b567
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: 'v1.6.0.{build}'

build: off

# This presumes that Git bash is installed at `C:\Program Files\Git` and the
# bash we're using is from that installation.
#
# If instead it finds the Windows Subsystem for Linux bash at
# `C:\Windows\System32\bash.exe`, it will fail with a errors containing:
# syntax error near unexpected token `$'{\r''
test_script:
- where bash
- bash --version
- bash -c './go test'

0 comments on commit c41b567

Please sign in to comment.