aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorUnknown2018-06-06 13:32:41 +0100
committerUnknown2018-06-06 13:32:41 +0100
commitb7a5bb5b621335084aeb23cd0e20c332cfd89c68 (patch)
treea119e906c2435852f585f674bd6cb94a9995a9fc /.travis.yml
parentc3eb6ee14467f0a82fb9625f58a02017aa1bd949 (diff)
is this how you travis ci and lint
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..e8f89db
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,4 @@
+language: node_js
+node_js: "node"
+install: npm install eslint --no-save
+script: ./node_modules/.bin/eslint . \ No newline at end of file