diff options
author | Linquize <linquize@yahoo.com.hk> | 2015-08-27 20:48:29 +0800 |
---|---|---|
committer | Linquize <linquize@yahoo.com.hk> | 2015-08-27 20:48:29 +0800 |
commit | aceff032f6446169365d1a57ea7dc91b5c526c9e (patch) | |
tree | 95472be324ed49c00191b3419b0d9ab65e209c91 /.travis.yml | |
parent | fc2d0e5470fa2fea260adba30866acda1aa945cb (diff) | |
download | gitea-aceff032f6446169365d1a57ea7dc91b5c526c9e.tar.gz gitea-aceff032f6446169365d1a57ea7dc91b5c526c9e.zip |
Add go 1.5 to .travis.yml
Diffstat (limited 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: |