From 4c50674d2f11e247c21e1de726c043c829bd85a1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Barnab=C3=A1s=20Cz=C3=A9m=C3=A1n?= <trabarni@gmail.com>
Date: Wed, 7 Feb 2018 14:45:30 +0100
Subject: [PATCH] add initial travis config

---
 .travis.yml | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 .travis.yml

diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..e14ea76
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,13 @@
+language: node_js
+python:
+  - 8
+  - 9
+
+# command to install dependencies
+install:
+  - npm install
+
+# command to run tests
+script:
+  - ./node_modules/.bin/eslint .
+  - npm run test
-- 
GitLab