Skip to content

Commit

Permalink
[#45] Call --help command to not fail build
Browse files Browse the repository at this point in the history
  • Loading branch information
chshersh committed Jan 18, 2018
1 parent 5de1bba commit c1c7a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ test_script:
- stack setup > nul
# The ugly echo "" hack is to avoid complaints about 0 being an invalid file
# descriptor
- echo "" | stack --no-terminal script hs-init.hs --resolver lts-10.3
- echo "" | stack --no-terminal script --resolver lts-10.3 hs-init.hs -- --help

0 comments on commit c1c7a6e

Please sign in to comment.