mirror of
https://github.com/flynx/colors.js.git
synced 2026-01-28 22:25:34 +00:00
only run eslint with newer node versions
This commit is contained in:
parent
64a2ea2510
commit
ab42ad9d84
@ -13,5 +13,6 @@ node_js:
|
|||||||
- "0.8"
|
- "0.8"
|
||||||
script:
|
script:
|
||||||
- npm install
|
- npm install
|
||||||
- "./node_modules/.bin/eslint . "
|
- npm install if-node-version
|
||||||
|
- if-node-version ">=4" node "./node_modules/.bin/eslint . "
|
||||||
- npm test
|
- npm test
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user