aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authortsmgeek <tsmgeek@gmail.com>2017-08-17 23:33:34 +0100
committertsmgeek <tsmgeek@gmail.com>2017-08-17 23:33:34 +0100
commiteb73effe9af12553b1132b24926fae776f6bbc5d (patch)
tree4e5d72add1c4928c8e15ffefb3060531f772322c /.travis.yml
parent4ab8e0a12d8ecfeb764f2126178ac99d903fb5c3 (diff)
downloadetbsa-traccar-web-eb73effe9af12553b1132b24926fae776f6bbc5d.tar.gz
etbsa-traccar-web-eb73effe9af12553b1132b24926fae776f6bbc5d.tar.bz2
etbsa-traccar-web-eb73effe9af12553b1132b24926fae776f6bbc5d.zip
Merge branch 'optimise-ifs' of github.com:tsmgeek/traccar-web into optimise-ifs
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 769f3be..82570a0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,6 +2,9 @@ language: node_js
node_js:
- "6"
+install:
+ - npm install eslint eslint-config-crockford
+
script:
- npm run lint
- npm run build