Add EditorConfig test on Travis CI

This commit is contained in:
Peter Dave Hello 2018-05-14 19:35:10 +08:00
parent 92bad11c06
commit 7d6c726941
1 changed files with 11 additions and 0 deletions

View File

@ -22,6 +22,17 @@ stages:
jobs:
include:
- stage: Test
env:
- TEST: Editor Config check
language: node_js
node_js:
- lts/*
install:
- npm i -g eclint
script:
- eclint check
- stage: Test
env:
- TEST: Doc Toc Check