Explorar o código

Re-use whatever we put in npm scripts for linting

Kevin van Zonneveld %!s(int64=9) %!d(string=hai) anos
pai
achega
f4361ab260
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -11,7 +11,7 @@ addons:
       - g++-4.8
 
 script:
-  - ./node_modules/.bin/eslint src/
+  - npm run-script lint
   - npm run-script build
   # Automatically deploy website onto gh-pages (if master and not PR)
   # Don't do this in `after_success`, because then failures won't bubble up