From a921dfab46fcff26f7ba84518e709d124ef615a6 Mon Sep 17 00:00:00 2001 From: Corey Farrell Date: Tue, 16 Apr 2019 17:29:54 -0400 Subject: [PATCH] chore: Enable travis-ci testing (#4) Does not include node.js 6 or Windows for now. --- .travis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..1d947b5 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,8 @@ +language: node_js +os: + - linux + - osx +node_js: + - "node" + - 10 + - 8