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:
parent
7e13e968f3
commit
85c2b30e0d
@ -1,4 +1,8 @@
|
|||||||
language: node_js
|
language: node_js
|
||||||
|
sudo: false
|
||||||
|
cache:
|
||||||
|
directories:
|
||||||
|
- node_modules
|
||||||
node_js:
|
node_js:
|
||||||
- '0.11.13'
|
- '0.11.13'
|
||||||
env:
|
env:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user