mirror of
https://github.com/shelljs/shelljs.git
synced 2026-01-18 16:03:37 +00:00
Add appveyor.yml config file
This commit is contained in:
parent
5ea67cf06d
commit
2f9f3a3390
17
appveyor.yml
Normal file
17
appveyor.yml
Normal file
@ -0,0 +1,17 @@
|
||||
version: '{build}'
|
||||
|
||||
# Install scripts. (runs after repo cloning)
|
||||
install:
|
||||
# Get the latest stable version of io.js
|
||||
- ps: Install-Product node ''
|
||||
- npm -g install npm@latest
|
||||
- set PATH=%APPDATA%\npm;%PATH%
|
||||
- node --version
|
||||
- npm --version
|
||||
- npm install
|
||||
|
||||
# No need for MSBuild on this project
|
||||
build: off
|
||||
|
||||
test_script:
|
||||
- npm test
|
||||
Loading…
x
Reference in New Issue
Block a user