From: Josh Kalderimis Date: Sat, 27 Dec 2014 00:23:10 +0000 (+0100) Subject: Use the new build env on Travis X-Git-Tag: v0.9.99~1561^2^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=30c750a5df1f5a6274e6371df3b18cd4c0a8936f;p=gitea.git Use the new build env on Travis http://docs.travis-ci.com/user/workers/container-based-infrastructure --- diff --git a/.travis.yml b/.travis.yml index eb5732ff60..b060c69392 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,4 +2,6 @@ language: go go: - 1.2 - - 1.3 \ No newline at end of file + - 1.3 + +sudo: false