mirror of
https://github.com/flynx/colors.js.git
synced 2025-12-27 05:42:05 +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"
|
||||
script:
|
||||
- npm install
|
||||
- "./node_modules/.bin/eslint . "
|
||||
- npm install if-node-version
|
||||
- if-node-version ">=4" node "./node_modules/.bin/eslint . "
|
||||
- npm test
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user