Skip to content

Commit

Permalink
fix appveyor again and again
Browse files Browse the repository at this point in the history
  • Loading branch information
budiadiono committed May 29, 2016
1 parent 72c71e0 commit f117fd7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
# Test against this version of Node.js
environment:
nodejs_version: "5.80"
nodejs_version: "5.8.0"

# Install scripts. (runs after repo cloning)
install:
Expand All @@ -20,3 20,5 @@ test_script:

# Don't actually build.
build: off

version: (Get-Content -Raw -Path package.json | ConvertFrom-Json).version

0 comments on commit f117fd7

Please sign in to comment.