From 6d8d52dc3271e3245a168464c10b0ae20bc66b7c Mon Sep 17 00:00:00 2001 From: aeschylus <scipioaffricanus@gmail.com> Date: Tue, 30 May 2017 12:38:59 -0700 Subject: [PATCH] update travis.yml to test with the pinned LTS version of node instead of auto-updating to latest --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 90f1958df..ffe6a6071 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: node_js sudo: false node_js: - '5' -- 'node' +- 'v6.10.3' before_install: - npm install script: -- GitLab