Update .travis.yml
This commit is contained in:
parent
64bd853b07
commit
8a1aa08200
1 changed files with 2 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue