commit 84351116e80fe10a6cb253698a73c118b4118c8f parent abab85716234a74a8706b55f63b6e8f16f98166c Author: Gavin Rehkemper <gavin@gavinr.com> Date: Wed, 19 Jul 2017 13:10:44 -0500 travis fixes Diffstat:
M | .travis.yml | | | 13 | +++++++++++-- |
1 file changed, 11 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml @@ -1 +1,10 @@ -language: node_js- \ No newline at end of file +language: node_js + +node_js: + - '6' + +install: + - npm install + +before_script: + - npm test+ \ No newline at end of file