From: Michał Gołębiowski Date: Sun, 25 Jan 2015 00:27:08 +0000 (+0100) Subject: Build: Speed up the Travis build X-Git-Tag: 3.0.0-alpha1~132 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=31f4f8e3f30e67e677a2aa167b9e894d46d5b81e;p=jquery.git Build: Speed up the Travis build Run Travis tests on a container infrastructure to make it start faster. See http://docs.travis-ci.com/user/workers/container-based-infrastructure/ Closes gh-2027 --- diff --git a/.travis.yml b/.travis.yml index 35048b6bd..0f4d3dafb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,4 @@ language: node_js +sudo: false node_js: - '0.10'