Преглед изворни кода

added travis ci cache setting

sanex3339 пре 9 година
родитељ
комит
cf3a876b5b
1 измењених фајлова са 5 додато и 0 уклоњено
  1. 5 0
      .travis.yml

+ 5 - 0
.travis.yml

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