diff --git a/.travis.yml b/.travis.yml index c6aa9443f..e76c6ccfe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,7 +42,7 @@ script: - grunt default --verbose && FULL_PACKAGE_VERSION=`node -e 'console.log(require("./bin/dist/tns-core-modules/package.json").version);'` && (cd build/platform-declarations && grunt) && - echo no | npm install nativescript@next -g > /dev/null && + echo no | npm install -g nativescript --ignore-scripts > /dev/null && tns usage-reporting disable && tns error-reporting disable && grunt buildOnlyTestsApp --verbose --platform=Android --modulesPath=./bin/dist/$PACKAGE_NAME-$FULL_PACKAGE_VERSION.tgz --runtimeVersion=$RUNTIMEVERSION --emuPId=.*emulator.* --avd=$AVD_NAME --showEmu=false > /dev/null && grunt runOnlyTestsApp --verbose --platform=Android --modulesPath=./bin/dist/$PACKAGE_NAME-$FULL_PACKAGE_VERSION.tgz --emuPId=.*emulator.* --avd=$AVD_NAME --showEmu=false - node ./build/travis-scripts/check-testrun-broken.js