Removed parallel

This commit is contained in:
Jake Howard 2015-12-19 22:11:43 +00:00
parent 666659ffba
commit b39bad4a20
2 changed files with 4 additions and 4 deletions

View file

@ -4,7 +4,4 @@ dependencies:
test: test:
override: override:
- ./scripts/runtests: - ./scripts/runtests
parallel: true
- cordova build android:
parallel: true

View file

@ -2,5 +2,8 @@
set -e set -e
echo ">> Compile application..."
cordova build android
echo ">> Lint JavaScript..." echo ">> Lint JavaScript..."
npm run lint npm run lint