diff options
author | Unknwon <u@gogs.io> | 2016-02-24 00:19:01 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-02-24 00:19:01 -0500 |
commit | 3d218861e21893dcaebe7b2deff99c197c68ac7d (patch) | |
tree | 18181dedd48bca07d1dbc349a6a94ef3ad8a4379 | |
parent | 72ce06eab8075045c07c43b68f0e42c2b8985ba0 (diff) | |
parent | c65bd65254b244e099d32626a258db9b57bf4a9a (diff) | |
download | gitea-3d218861e21893dcaebe7b2deff99c197c68ac7d.tar.gz gitea-3d218861e21893dcaebe7b2deff99c197c68ac7d.zip |
Merge pull request #2693 from appleboy/patch-2
test the latest version.
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 84d0c1df76..3a20b4684c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ go: - 1.4 - 1.5 - 1.6 + - tip before_install: - sudo apt-get update -qq |