tree-sitter-html/.appveyor.yml

23 lines
277 B
YAML
Raw Normal View History

2018-06-12 00:04:53 +00:00
image: Visual Studio 2015
environment:
2019-05-10 19:49:19 +00:00
nodejs_version: "10"
2018-06-12 00:04:53 +00:00
platform:
- x64
install:
- ps: Install-Product node $env:nodejs_version
- node --version
- npm --version
- npm install
test_script:
2019-02-19 19:24:50 +00:00
- npm run test-windows
2018-06-12 00:04:53 +00:00
build: off
branches:
only:
- master