From 60126c012fef04b754ee1a8398ca26190bfd20f6 Mon Sep 17 00:00:00 2001 From: Andrew Joslin Date: Fri, 30 May 2014 00:31:18 -0600 Subject: [PATCH] chore(): fix yaml --- circle.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/circle.yml b/circle.yml index bda18039fb..df051ce328 100644 --- a/circle.yml +++ b/circle.yml @@ -6,5 +6,5 @@ dependencies: - npm install -g protractor gulp test: override: - parallel: true - - ./scripts/circle/run.sh + - parallel: true + - ./scripts/circle/run.sh