diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-05-25 12:55:51 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-05-25 12:55:51 +0900 |
| commit | cfffbc61b210e07e4158c289f9d9e64f5a155adb (patch) | |
| tree | 3dfb4906c3587fd4d2d279edcd956300292e9baa | |
| parent | [Doc] Fix English (diff) | |
| download | misskey-cfffbc61b210e07e4158c289f9d9e64f5a155adb.tar.gz misskey-cfffbc61b210e07e4158c289f9d9e64f5a155adb.tar.bz2 misskey-cfffbc61b210e07e4158c289f9d9e64f5a155adb.zip | |
[CI] Disable cache
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 84050a1434..91e1244432 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,9 @@ addons: cache: directories: - - node_modules + # パッケージをキャッシュすると本来は動かないはずなのに動いてしまう + # 場合があり危険なのでキャッシュはしない: + #- node_modules services: - mongodb |