mirror of
https://github.com/atom/atom.git
synced 2026-02-15 17:15:24 -05:00
12 lines
174 B
YAML
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
|