tree-sitter-css/.appveyor.yml

23 lines
264 B
YAML
Raw Normal View History

2018-09-30 22:59:56 +00:00
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:
2018-09-30 23:33:03 +00:00
- npm test
2018-09-30 22:59:56 +00:00
build: off
branches:
only:
- master