Procházet zdrojové kódy

Re-use whatever we put in npm scripts for linting

Kevin van Zonneveld před 9 roky
rodič
revize
f4361ab260
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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