Browse Source

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

Kevin van Zonneveld 9 years ago
parent
commit
dd58182868
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -11,6 +11,7 @@ addons:
       - g++-4.8
 
 script:
+  - ./node_modules/.bin/eslint src/
   - 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