aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authortsmgeek <tsmgeek@gmail.com>2017-08-17 23:27:57 +0100
committertsmgeek <tsmgeek@gmail.com>2017-08-17 23:27:57 +0100
commit4ab8e0a12d8ecfeb764f2126178ac99d903fb5c3 (patch)
treed9e8b7859d141ba21b78894a1f684e59e137c732 /.travis.yml
parent6788aaadc41553b5d2f1612229896d6aea174c11 (diff)
downloadetbsa-traccar-web-4ab8e0a12d8ecfeb764f2126178ac99d903fb5c3.tar.gz
etbsa-traccar-web-4ab8e0a12d8ecfeb764f2126178ac99d903fb5c3.tar.bz2
etbsa-traccar-web-4ab8e0a12d8ecfeb764f2126178ac99d903fb5c3.zip
fix travis tests
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..769f3be
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,8 @@
+language: node_js
+node_js:
+ - "6"
+
+script:
+ - npm run lint
+ - npm run build
+ - npm test \ No newline at end of file