diff options
author | 无闻 <u@gogs.io> | 2014-12-27 12:25:08 +0800 |
---|---|---|
committer | 无闻 <u@gogs.io> | 2014-12-27 12:25:08 +0800 |
commit | 46742a79cacb3db50e95907a2dda0ef3cc8b05f2 (patch) | |
tree | fc644ceac97fa21ace95377d3204194ed78a0274 | |
parent | d61def86e1785a0087fd3edf57f04d35da534e44 (diff) | |
parent | 30c750a5df1f5a6274e6371df3b18cd4c0a8936f (diff) | |
download | gitea-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.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 |