Skip to content

Commit

Permalink
Add appveyor config
Browse files Browse the repository at this point in the history
  • Loading branch information
xt0rted committed Feb 4, 2015
1 parent 10234a5 commit f3523bb
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
environment:
nodejs_version: "0.10"

install:
- ps: Install-Product node $env:nodejs_version
- npm install
- npm install -g grunt-cli

test_script:
- node --version
- npm --version
- grunt --version
- grunt

build: off

0 comments on commit f3523bb

Please sign in to comment.