-
Notifications
You must be signed in to change notification settings - Fork 505
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,16 +3,19 @@ | |
# Test against these versions of Node.js. | ||
environment: | ||
matrix: | ||
# node.js | ||
- nodejs_version: "0.8" | ||
- nodejs_version: "0.10" | ||
- nodejs_version: "0.11" | ||
# io.js | ||
- nodejs_version: "1.0" | ||
|
||
# Install scripts. (runs after repo cloning) | ||
install: | ||
# Get the latest stable version of Node 0.STABLE.latest | ||
- npm install npm | ||
- move node_modules npm | ||
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version) | ||
- ps: Install-Product node $env:nodejs_version | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
mathiask88
Contributor
|
||
# Typical npm stuff. | ||
- npm/.bin/npm install | ||
- npm/.bin/npm run rebuild-tests | ||
|
This will only install the pre-installed images, that are mostly behind the bleeding edge, so I think the removed line is preferable.
Also not using the built in NPM for io.js will result in build error because node-gyp bundled in NPM is not yet io.js compatible.
I recently updated the file on my project: https://github.com/mathiask88/node-snap7/blob/master/appveyor.yml