Browse Source

added travis ci cache setting

sanex3339 9 years ago
parent
commit
cf3a876b5b
1 changed files with 5 additions and 0 deletions
  1. 5 0
      .travis.yml

+ 5 - 0
.travis.yml

@@ -1,5 +1,6 @@
 sudo: false
 sudo: false
 language: node_js
 language: node_js
+
 node_js:
 node_js:
   - "0.10"
   - "0.10"
   - "0.12"
   - "0.12"
@@ -7,6 +8,10 @@ node_js:
   - "4"
   - "4"
   - "stable"
   - "stable"
 
 
+cache:
+  directories:
+    - node_modules
+
 script: "npm run travis"
 script: "npm run travis"
 
 
 after_success:
 after_success: