From 666659ffbab7f3faa3d362d6c190fdf00b1bb24e Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 19 Dec 2015 22:09:51 +0000 Subject: [PATCH] Try circleci parallel tests --- circle.yml | 5 ++++- scripts/runtests | 3 --- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/circle.yml b/circle.yml index aa4f8d0..0b430ca 100644 --- a/circle.yml +++ b/circle.yml @@ -4,4 +4,7 @@ dependencies: test: override: - - ./scripts/runtests + - ./scripts/runtests: + parallel: true + - cordova build android: + parallel: true diff --git a/scripts/runtests b/scripts/runtests index 4c647ab..02f3453 100755 --- a/scripts/runtests +++ b/scripts/runtests @@ -2,8 +2,5 @@ set -e -echo ">> Compile application..." -cordova build android - echo ">> Lint JavaScript..." npm run lint