From 5a706b21b5818447796b49ae9f10727085bcaa1d Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Fri, 9 Sep 2016 12:31:52 -0400 Subject: [PATCH] build: Node.js@5.11 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 31a33d8f7..a40603231 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ node_js: - "2.5" - "3.3" - "4.5" - - "5.5" + - "5.11" sudo: false script: - "npm run-script test-travis"