From 5f4765a1c903a82b35d96023f866bf381afbafa7 Mon Sep 17 00:00:00 2001 From: Basarat Ali Syed Date: Mon, 10 Nov 2014 16:15:58 +1100 Subject: [PATCH] Use the new beta build env on Travis https://github.com/travis-ci/docs-travis-ci-com/blob/ha-docker-documentation/user/container-based-infrastructure.md Seen on `Microsoft/TypeScript/pull/1085` by travis team --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index acfc5176f9..0bad26ece1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,5 +2,7 @@ language: node_js node_js: - "0.10" +sudo: false + notifications: email: false