This commit is contained in:
DABH 2018-05-02 18:44:17 -07:00
parent ab42ad9d84
commit ffeba270e8

View File

@ -14,5 +14,5 @@ node_js:
script: script:
- npm install - npm install
- npm install if-node-version - npm install if-node-version
- if-node-version ">=4" node "./node_modules/.bin/eslint . " - if-node-version ">=4" "./node_modules/.bin/eslint . "
- npm test - npm test