Skip to content

Commit 5bd0f72

Browse files
committed
Merge pull request #63 from azu/travis_cache
Travis CIにキャッシュの設定を追加
2 parents dcb6f75 + c6f14e6 commit 5bd0f72

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
sudo: false
22
language: node_js
33
node_js: "stable"
4+
cache:
5+
directories:
6+
- node_modules
47
after_script:
5-
- npm run-script coveralls
8+
- npm run-script coveralls

0 commit comments

Comments
 (0)