Kaynağa Gözat

CI: Switch to Container-Based Travis

This commit switches the Travis tests over to Travis's new
container-based infrastructure.  It also tells Travis to
cache the node_modules directory for faster setup.
Solly Ross 10 yıl önce
ebeveyn
işleme
bc4414f5b1
1 değiştirilmiş dosya ile 4 ekleme ve 0 silme
  1. 4 0
      .travis.yml

+ 4 - 0
.travis.yml

@@ -1,4 +1,8 @@
 language: node_js
+sudo: false
+cache:
+  directories:
+  - node_modules
 node_js:
 - '0.11.13'
 env: