From 941cbd12033b143e3409dbf1b5ac81b7b8bf6fd0 Mon Sep 17 00:00:00 2001 From: yosssi Date: Sun, 9 Feb 2014 01:17:47 +0900 Subject: [PATCH] Fixed "service" to "services" in .drone.yml. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2cce6aed..899425a7 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ env: script: - go build - go test -v -service: +services: - redis notify: email: @@ -147,7 +147,7 @@ if you are using a custom Docker image. Drone can launch database containers for your build: ``` -service: +services: - cassandra - couchdb - elasticsearch