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.
This commit is contained in:
Solly Ross 2015-08-06 14:37:01 -04:00
parent 7e13e968f3
commit 85c2b30e0d
1 changed files with 4 additions and 0 deletions

View File

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