Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
spatney committed Jul 28, 2016
1 parent f0018b2 commit e9fc79e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions appveyor.yml
Expand Up @@ -25,14 +25,11 @@
# appveyor CI configuration file
# http://www.appveyor.com/docs/appveyor-yml

# Test against this version of Node.js
environment:
nodejs_version: "5.11.1"

# Install scripts. (runs after repo cloning)
install:
# Get the latest stable version of Node.js or io.js
- ps: Install-Product node $env:nodejs_version x64
- ps: Install-Product node 5
# install modules
- npm install

Expand All @@ -44,3 +41,5 @@ test_script:
# run tests
- npm test

# Don't actually build.
build: off

0 comments on commit e9fc79e

Please sign in to comment.