tree-sitter-toml/.travis.yml
2019-08-18 18:30:34 +08:00

17 lines
160 B
YAML

language: node_js
node_js:
- stable
script:
- yarn lint
- yarn test
cache:
yarn: true
directories:
- node_modules
matrix:
fast_finish: true