From 85c2b30e0d68edf883545ce6b524b10d2af978d4 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 8192252..aa46a31 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: