jsoneditor/.travis.yml

11 lines
141 B
YAML
Raw Normal View History

2019-05-29 21:54:07 +08:00
language: node_js
node_js:
- "lts/*"
jobs:
include:
- name: Lint
stage: other
script: npm run lint
node_js: lts/*