From 7adcf9774694b3c87f77c4d6757e5e38e39a885e Mon Sep 17 00:00:00 2001 From: Cadey Dodrill Date: Fri, 15 Jul 2016 14:00:57 -0700 Subject: [PATCH] drone tests the api --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index 2808227..f280c02 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,6 +3,8 @@ build: commands: - nimble refresh - yes | nimble install + - cd client/nim + - ./test.sh deploy: git_push: