From c0549a169abfa6984d249a94831b6a20fd6f99f7 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Mon, 17 Nov 2014 17:19:17 -0500 Subject: [PATCH] test drone --- .drone.yml | 6 ++++++ README.md | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 000000000..c69bef39f --- /dev/null +++ b/.drone.yml @@ -0,0 +1,6 @@ +image: go1.3 +env: + - GOPATH=/var/cache/drone +script: + - go build -v + - go test -v ./... \ No newline at end of file diff --git a/README.md b/README.md index 156e364a0..176815d0b 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ There are 5 ways to install Gogs: - Usage and modification from [beego](http://beego.me) modules. - Thanks [lavachen](http://www.lavachen.cn/) and [Rocker](http://weibo.com/rocker1989) for designing Logo. - Thanks [gobuild.io](http://gobuild.io) for providing binary compile and download service. -- Thanks to [Crowdin](https://crowdin.com/project/gogs) for providing open source translation plan. +- Thanks [Crowdin](https://crowdin.com/project/gogs) for providing open source translation plan. ## Contributors