diff options
author | Unknown <joe2010xtmf@163.com> | 2014-05-07 16:57:25 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-05-07 16:57:25 -0400 |
commit | 4b08d3aacf1ab3d9e883a891663523b7b536c8a5 (patch) | |
tree | 2288a85ab66e0b9c092ac48aa0c000c6c68a2050 /.travis.yml | |
parent | 33d32585b1b7232c764e8cb8629a33076902c882 (diff) | |
download | gitea-4b08d3aacf1ab3d9e883a891663523b7b536c8a5.tar.gz gitea-4b08d3aacf1ab3d9e883a891663523b7b536c8a5.zip |
travis file
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000000..dddf5d9d19 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,5 @@ +language: go + +go: + - 1.2 + - tip
\ No newline at end of file |