From 6af4b84be62a36eb6e5cfeb393e6b0e645ccc329 Mon Sep 17 00:00:00 2001 From: Cadey Dodrill Date: Fri, 15 Jul 2016 14:01:41 -0700 Subject: [PATCH] drone actually tests the api --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index f280c02..53a176a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,7 +4,7 @@ build: - nimble refresh - yes | nimble install - cd client/nim - - ./test.sh + - bash ./test.sh deploy: git_push: