Fxi tests

This commit is contained in:
Jake Howard 2015-12-19 22:05:45 +00:00
parent 307d0ea7c7
commit 66fea79c68
2 changed files with 4 additions and 4 deletions

View file

@ -3,12 +3,12 @@
set -e set -e
echo ">> Installing NPM Packages..." echo ">> Installing NPM Packages..."
npm install
echo ">> Building Application source..."
if [ -z "$IN_TEST" ]; then if [ -z "$IN_TEST" ]; then
npm install -g cordova ionic # CircleCI can't find it otherwise npm install -g cordova ionic # CircleCI can't find it otherwise
fi fi
npm install
echo ">> Building Application source..."
npm run build npm run build
echo ">> Installing cordova plugins..." echo ">> Installing cordova plugins..."

View file

@ -6,4 +6,4 @@ echo ">> Compile application..."
cordova build android cordova build android
echo ">> Lint JavaScript..." echo ">> Lint JavaScript..."
npm run Lint npm run lint