diff --git a/circle.yml b/circle.yml index 0b430ca..aa4f8d0 100644 --- a/circle.yml +++ b/circle.yml @@ -4,7 +4,4 @@ dependencies: test: override: - - ./scripts/runtests: - parallel: true - - cordova build android: - parallel: true + - ./scripts/runtests diff --git a/scripts/runtests b/scripts/runtests index 02f3453..4c647ab 100755 --- a/scripts/runtests +++ b/scripts/runtests @@ -2,5 +2,8 @@ set -e +echo ">> Compile application..." +cordova build android + echo ">> Lint JavaScript..." npm run lint