From: Ben Beltran Date: Thu, 10 Nov 2016 05:48:17 +0000 (-0600) Subject: Format circle.yml to correctly override tests X-Git-Url: https://git.r.bdr.sh/rbdr/heart/commitdiff_plain/f5c0dfca57466e05b8c615b60676030d58d8bc09 Format circle.yml to correctly override tests --- diff --git a/circle.yml b/circle.yml index 386728a..7a43e46 100644 --- a/circle.yml +++ b/circle.yml @@ -1,3 +1,4 @@ -override: - - npm test - - npm run lint +test: + override: + - npm test + - npm run lint