summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.drone.yml6
-rw-r--r--README.md2
2 files changed, 7 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml
new file mode 100644
index 0000000000..c69bef39f2
--- /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 156e364a0a..176815d0b9 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