summaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authorEthan Koenig <etk39@cornell.edu>2017-04-30 02:30:12 -0400
committerBo-Yi Wu <appleboy.tw@gmail.com>2017-04-30 14:30:12 +0800
commit66c803fae25f966a23d012de91e281e229b62cd4 (patch)
treec021213252648b23eca65b259b666488b7759875 /.drone.yml
parent0308d44a16d7bdcda75c1e946dc06efca48ed624 (diff)
downloadgitea-66c803fae25f966a23d012de91e281e229b62cd4.tar.gz
gitea-66c803fae25f966a23d012de91e281e229b62cd4.zip
MySQL, Postgres integration tests in drone (#1638)
* MySQL, Postgres integration tests in drone * Fix .drone.yml * sign drone * resign drone
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.drone.yml b/.drone.yml
index 89fb792193..62db99082c 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -44,7 +44,7 @@ pipeline:
TAGS: bindata
GOPATH: /srv/app
commands:
- - echo make test-mysql # Not ready yet
+ - make test-mysql
when:
event: [ push, tag, pull_request ]
@@ -55,7 +55,7 @@ pipeline:
TAGS: bindata
GOPATH: /srv/app
commands:
- - echo make test-pqsql # Not ready yet
+ - make test-pgsql
when:
event: [ push, tag, pull_request ]