Forráskód Böngészése

Lint our code before anything else (will break the build for now!)

Kevin van Zonneveld 9 éve
szülő
commit
dd58182868
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

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