mirror of
https://github.com/CompeyDev/my-nvim-setup.git
synced 2024-12-13 13:30:41 +00:00
22 lines
276 B
YAML
22 lines
276 B
YAML
image: Visual Studio 2015
|
|
|
|
environment:
|
|
nodejs_version: "8"
|
|
|
|
platform:
|
|
- x64
|
|
|
|
install:
|
|
- ps: Install-Product node $env:nodejs_version
|
|
- node --version
|
|
- npm --version
|
|
- npm install
|
|
|
|
test_script:
|
|
- npm run test-windows
|
|
|
|
build: off
|
|
|
|
branches:
|
|
only:
|
|
- master
|