Files
atom/appveyor.yml
2015-04-08 10:35:58 +02:00

12 lines
174 B
YAML

environment:
nodejs_version: "0.10"
GYP_MSVS_VERSION: 2013
install:
- ps: Install-Product node $env:nodejs_version
test_script:
- node "script\cibuild"
build: off