From bc4414f5b15c348bdc8a2abde0f4a34420c0c71c Mon Sep 17 00:00:00 2001 From: Solly Ross Date: Thu, 6 Aug 2015 14:37:01 -0400 Subject: [PATCH] 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. --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 81922524..aa46a313 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,8 @@ language: node_js +sudo: false +cache: + directories: + - node_modules node_js: - '0.11.13' env: