From 4bfc5e2802f1a173b3c6ff1c1a12f096ebd1d661 Mon Sep 17 00:00:00 2001 From: Jernej Pregelj Date: Thu, 7 Mar 2019 14:56:07 +0100 Subject: [PATCH] setup travis --- .travis.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4e568bb..fac62a8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1 +1,11 @@ -script: "./testscript.sh" \ No newline at end of file +language: node_js +node_js: node + +script: "./testscript.sh" + +notifications: + email: false + +cache: + directories: + - node_modules \ No newline at end of file