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