From 70f8596e33240a390ee927d94dbce9aa2ba1bd38 Mon Sep 17 00:00:00 2001 From: Matthew Smith Date: Tue, 17 Mar 2015 09:28:46 -0600 Subject: [PATCH] [added] Travis CI Optimization More information: http://blog.travis-ci.com/2014-12-17-faster-builds-with-container-based-infrastructure/ --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 87f8cd91a5..777b8a6b35 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,4 @@ +sudo: false language: node_js node_js: - - "0.10" \ No newline at end of file + - "0.10"