From 8a1aa08200b813b228e79d93a67dc221d69504ac Mon Sep 17 00:00:00 2001 From: syuilo <Syuilotan@yahoo.co.jp> Date: Fri, 18 May 2018 06:40:15 +0900 Subject: [PATCH] Update .travis.yml --- .travis.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index d2552bb460..cfc3e59882 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ notifications: language: node_js node_js: - - 9.8.0 + - 10.1.0 env: - CXX=g++-4.8 NODE_ENV=production @@ -22,9 +22,7 @@ addons: cache: directories: - # パッケージをã‚ャッシュã™ã‚‹ã¨æœ¬æ¥ã¯å‹•ã‹ãªã„ã¯ãšãªã®ã«å‹•ã„ã¦ã—ã¾ã† - # å ´åˆãŒã‚ã‚Šå±é™ºãªã®ã§ã‚ャッシュã¯ã—ãªã„: - #- node_modules + - node_modules services: - mongodb -- GitLab