stylelint-selector-pattern

A stylelint plugin that allows to check selectors with regular expressions.
git clone https://git.ce9e.org/stylelint-selector-pattern.git

commit
c30df02a1a16a91a04f9a94ce084cd691fca692b
parent
7e65e0e8ca7bb4c35c95166370007742c9bb8aa1
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2017-02-17 08:52
run linter on travis

Diffstat

M .travis.yml 3 +++

1 files changed, 3 insertions, 0 deletions


diff --git a/.travis.yml b/.travis.yml

@@ -2,3 +2,6 @@ language: node_js
    2     2 node_js:
    3     3   - "4"
    4     4   - "stable"
   -1     5 script:
   -1     6   - npm run lint
   -1     7   - npm test