Skip to content

Commit

Permalink
Updated the version of node
Browse files Browse the repository at this point in the history
  • Loading branch information
niemyjski committed Feb 4, 2016
1 parent d87988b commit 77b406a
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,10 @@
version: 0.3.0.{build}

environment:
nodejs_version: "0.10"
version: 0.3.2.{build}

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

before_build:
- appveyor DownloadFile "http://dl.google.com/closure-compiler/compiler-latest.zip" -FileName compiler-latest.zip
- 7z e compiler-latest.zip closure

build_script:
- grunt default

Expand Down

0 comments on commit 77b406a

Please sign in to comment.