diff options
author | 无闻 <u@gogs.io> | 2015-08-27 23:32:49 +0800 |
---|---|---|
committer | 无闻 <u@gogs.io> | 2015-08-27 23:32:49 +0800 |
commit | e44852ff79598c1a39898a00e1489c017cc2619a (patch) | |
tree | db7b8e5d8ca598a991e9e2f3126915ed9ff4988d | |
parent | 23f42d92c917564435a00e8e75633b8056bd7b0d (diff) | |
parent | aceff032f6446169365d1a57ea7dc91b5c526c9e (diff) | |
download | gitea-e44852ff79598c1a39898a00e1489c017cc2619a.tar.gz gitea-e44852ff79598c1a39898a00e1489c017cc2619a.zip |
Merge pull request #1546 from linquize/go-1.5-travis
Add go 1.5 to .travis.yml
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 86c81b68dd..2844adb41b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ go: - 1.2 - 1.3 - 1.4 + - 1.5 - tip before_install: |