diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2018-05-18 06:40:15 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-18 06:40:15 +0900 |
| commit | 8a1aa08200b813b228e79d93a67dc221d69504ac (patch) | |
| tree | bab2709758ca8021dc1edf72af1d15acff8fff13 | |
| parent | Merge branch 'master' of https://github.com/syuilo/misskey (diff) | |
| download | misskey-8a1aa08200b813b228e79d93a67dc221d69504ac.tar.gz misskey-8a1aa08200b813b228e79d93a67dc221d69504ac.tar.bz2 misskey-8a1aa08200b813b228e79d93a67dc221d69504ac.zip | |
Update .travis.yml
| -rw-r--r-- | .travis.yml | 6 |
1 files 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 |