From ed50c9dab9fce43ef4e497c84c04c4d251b6844c Mon Sep 17 00:00:00 2001 From: Yanick Champoux Date: Thu, 24 Oct 2019 11:44:51 -0400 Subject: [PATCH] travis config --- .travis.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..24d97a7 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,16 @@ +language: node_js + +node_js: + - 'node' + - 'lts/*' + +install: + - npm uninstall typescript --no-save + - npm install + +cache: + directories: + - node_modules + +git: + depth: 1