From 580b92c10203653934b28688783632d74b4e049f Mon Sep 17 00:00:00 2001
From: syuilo <syuilotan@yahoo.co.jp>
Date: Sat, 10 Jun 2017 05:40:29 +0900
Subject: [PATCH] Revert "[CI] Use node 8.x"

This reverts commit fa966cdda6677ff80c706690c65ed9552e594858.
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index ea7660119a..91e1244432 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,7 @@
 language: node_js
 
 node_js:
-  - 8.1.0
+  - 7.10.0
 
 env:
   - CXX=g++-4.8 NODE_ENV=production
-- 
GitLab