Browse Source

chore(travis): build speedup

Estevão Soares dos Santos 10 năm trước cách đây
mục cha
commit
f1211ac916
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  1. 6 0
      .travis.yml

+ 6 - 0
.travis.yml

@@ -6,3 +6,9 @@ node_js:
 before_install:
   - '[ "${TRAVIS_NODE_VERSION}" != "0.8" ] || npm install -g npm@1.4.28'
   - npm install -g npm@latest
+
+#travis build speed up
+sudo: false
+cache:
+  directories:
+    - node_modules