summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author无闻 <u@gogs.io>2014-12-27 12:25:08 +0800
committer无闻 <u@gogs.io>2014-12-27 12:25:08 +0800
commit46742a79cacb3db50e95907a2dda0ef3cc8b05f2 (patch)
treefc644ceac97fa21ace95377d3204194ed78a0274
parentd61def86e1785a0087fd3edf57f04d35da534e44 (diff)
parent30c750a5df1f5a6274e6371df3b18cd4c0a8936f (diff)
downloadgitea-46742a79cacb3db50e95907a2dda0ef3cc8b05f2.tar.gz
gitea-46742a79cacb3db50e95907a2dda0ef3cc8b05f2.zip
Merge pull request #785 from joshk/patch-1
Use the new build env on Travis
-rw-r--r--.travis.yml4
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