Try circleci parallel tests
This commit is contained in:
parent
66fea79c68
commit
666659ffba
2 changed files with 4 additions and 4 deletions
|
@ -4,4 +4,7 @@ dependencies:
|
||||||
|
|
||||||
test:
|
test:
|
||||||
override:
|
override:
|
||||||
- ./scripts/runtests
|
- ./scripts/runtests:
|
||||||
|
parallel: true
|
||||||
|
- cordova build android:
|
||||||
|
parallel: true
|
||||||
|
|
|
@ -2,8 +2,5 @@
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
echo ">> Compile application..."
|
|
||||||
cordova build android
|
|
||||||
|
|
||||||
echo ">> Lint JavaScript..."
|
echo ">> Lint JavaScript..."
|
||||||
npm run lint
|
npm run lint
|
||||||
|
|
Reference in a new issue