diff options
author | Josh Kalderimis <josh.kalderimis@gmail.com> | 2014-12-27 01:23:10 +0100 |
---|---|---|
committer | Josh Kalderimis <josh.kalderimis@gmail.com> | 2014-12-27 01:23:10 +0100 |
commit | 30c750a5df1f5a6274e6371df3b18cd4c0a8936f (patch) | |
tree | b017c74aad70ff43a1d8184c16f15db2bdc57b8c /.travis.yml | |
parent | 0d7bb9af46b7789026bc7a98d9e6a4ee2df10d92 (diff) | |
download | gitea-30c750a5df1f5a6274e6371df3b18cd4c0a8936f.tar.gz gitea-30c750a5df1f5a6274e6371df3b18cd4c0a8936f.zip |
Use the new build env on Travis
http://docs.travis-ci.com/user/workers/container-based-infrastructure
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 3 insertions, 1 deletions
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 |