Update .travis.yml

This commit is contained in:
syuilo 2018-05-18 06:40:15 +09:00 committed by GitHub
parent dd9f15e655
commit fc3c42eb8d

View file

@ -7,7 +7,7 @@ notifications:
language: node_js language: node_js
node_js: node_js:
- 9.8.0 - 10.1.0
env: env:
- CXX=g++-4.8 NODE_ENV=production - CXX=g++-4.8 NODE_ENV=production
@ -22,9 +22,7 @@ addons:
cache: cache:
directories: directories:
# パッケージをキャッシュすると本来は動かないはずなのに動いてしまう - node_modules
# 場合があり危険なのでキャッシュはしない:
#- node_modules
services: services:
- mongodb - mongodb