Skip to content

Commit

Permalink
Merge pull request #189 from VSCodeVim/appveyor_node
Browse files Browse the repository at this point in the history
fix appveyor build
  • Loading branch information
jpoon committed Mar 18, 2016
2 parents 608cebf + 873ca74 commit 2abd9f5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
19 changes: 11 additions & 8 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
# AppVeyor file
# http://www.appveyor.com/docs/appveyor-yml

init:
- git config --global core.autocrlf true

environment:
nodejs_version: "4.2"
GITHUB_TOKEN: "1b17d62d38a4846efa7ea4de4b773b581787b0f1"
clone_depth: 1

build: off

install:
- node --version
- npm --version
- ps: Install-Product node $env:nodejs_version
- npm install -g gulp
- npm install
- npm run vscode:prepublish

build: off

test_script:
- node --version
- npm --version
- gulp
- node --version && npm --version
- gulp
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Vim",
"description": "Vim emulation for Visual Studio Code",
"icon": "images/icon.png",
"version": "0.0.12",
"version": "0.0.13",
"publisher": "vscodevim",
"galleryBanner": {
"color": "#a5c9a2",
Expand Down

0 comments on commit 2abd9f5

Please sign in to comment.