From 1cab0aa09de1bf9a5da4e559c4c50329aa671182 Mon Sep 17 00:00:00 2001 From: Tim Dorr Date: Thu, 15 Jun 2017 13:51:49 -0400 Subject: [PATCH] Build against the latest node --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e4792a4e2..5236a15f4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: node_js node_js: - - "5" + - "node" script: - npm run lint - npm run test:cov