From bb209b018e270aba9683782a967ce566190e5835 Mon Sep 17 00:00:00 2001 From: "Alberto A. Colon Viera (Albertico)" Date: Fri, 22 Sep 2017 05:08:06 -0400 Subject: [PATCH] Update .travis.yml to use node --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 06fdfab..a8a9b77 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ language: node_js -node_js: ["iojs"] +node_js: ["node"] branches: only: ["gh-pages"]