tree-sitter-toml/.travis.yml

17 lines
160 B
YAML
Raw Normal View History

2019-08-18 06:30:34 -04:00
language: node_js
node_js:
- stable
script:
- yarn lint
- yarn test
cache:
yarn: true
directories:
- node_modules
matrix:
fast_finish: true