Skip to content

Commit

Permalink
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,12 +191,12 @@ build_script:


test_script:
- cmd: '%WIN_SHELL% /c/projects/stdlib/tools/ci/appveyor/script %BUILD_TASK%'
- cmd: 'C:\msys64\usr\bin\sh.exe --login -c " /c/projects/stdlib/tools/ci/appveyor/script $BUILD_TASK"'


# Scripts run after a build success or failure:
on_finish:
- cmd: '%WIN_SHELL% /c/projects/stdlib/tools/ci/appveyor/on_finish'
- cmd: 'C:\msys64\usr\bin\sh.exe --login -c " /c/projects/stdlib/tools/ci/appveyor/on_finish"'


notifications:
Expand Down

1 comment on commit 08d88b7

@kgryte
Copy link
Member Author

@kgryte kgryte commented on 08d88b7 Jan 28, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For reference, mintty.

Please sign in to comment.