From c10beedf05c4685d66d45cfa369627680ddec8c6 Mon Sep 17 00:00:00 2001 From: Erjan Gavalji Date: Tue, 19 Apr 2016 11:35:58 +0300 Subject: [PATCH] Use a pre-release version of the CLI to avoid an error in the runtime --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index edd73e9d6..45a90e478 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,7 +42,7 @@ script: - grunt default && FULL_PACKAGE_VERSION=`node -e 'console.log(require("./bin/dist/modules/package.json").version);'` && (cd build/platform-declarations && grunt) && - echo no | npm install nativescript -g > /dev/null && + echo no | npm install nativescript@next -g > /dev/null && grunt buildOnlyTestsApp --platform=Android --modulesPath=./bin/dist/$PACKAGE_NAME-$FULL_PACKAGE_VERSION.tgz --runtimeVersion=$RUNTIMEVERSION --emuPId=.*emulator.* --avd=$AVD_NAME --showEmu=false > /dev/null && grunt runOnlyTestsApp --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