From 67c311233bc838e33af3d36712ff54cbb9d2211d Mon Sep 17 00:00:00 2001 From: Leonid Shalupov Date: Sat, 8 Aug 2015 21:38:19 +0200 Subject: [PATCH] Run travis builds on container-based infrastructure See http://docs.travis-ci.com/user/migrating-from-legacy/ TL;DR It starts much faster --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 0f5428eff..0b19196fd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ language: go +sudo: false go: - 1.2.2