From 276a3589f651f81e30a99569c8831e58c0303fa1 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Sat, 18 Feb 2017 21:48:47 -0500 Subject: [PATCH] build: Node.js@7.5 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7819d4c..9ba86db 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ node_js: - '4.7' - '5.12' - '6.9' - - '7.2' + - '7.5' sudo: false