Skip to content

Commit

Permalink
Update grunt-contrib-connect to v2.0.0. (gruntjs#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR authored and vladikoff committed Sep 10, 2018
1 parent 04014b2 commit be41c2a
Show file tree
Hide file tree
Showing 3 changed files with 267 additions and 46 deletions.
5 changes: 4 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ install:
test_script:
# Output useful info for debugging
- node --version && npm --version
- npm test
# We test multiple Windows shells because of prior stdout buffering issues
# filed against Grunt. https://github.com/joyent/node/issues/3584
- ps: "npm test # PowerShell" # Pass comment to PS for easier debugging
- cmd: npm test

build: off

Expand Down
Loading

0 comments on commit be41c2a

Please sign in to comment.