Skip to content

Commit bcc1f34

Browse files
committed
Grunt tasks now have verbose output
1 parent 8061a60 commit bcc1f34

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ before_script:
3939
- adb shell input keyevent 82 &
4040
script:
4141
- jdk_switcher use oraclejdk8
42-
- grunt default &&
42+
- grunt default --verbose &&
4343
FULL_PACKAGE_VERSION=`node -e 'console.log(require("./bin/dist/tns-core-modules/package.json").version);'` &&
4444
(cd build/platform-declarations && grunt) &&
4545
echo no | npm install nativescript@next -g > /dev/null &&
46-
grunt buildOnlyTestsApp --platform=Android --modulesPath=./bin/dist/$PACKAGE_NAME-$FULL_PACKAGE_VERSION.tgz --runtimeVersion=$RUNTIMEVERSION --emuPId=.*emulator.* --avd=$AVD_NAME --showEmu=false > /dev/null &&
47-
grunt runOnlyTestsApp --platform=Android --modulesPath=./bin/dist/$PACKAGE_NAME-$FULL_PACKAGE_VERSION.tgz --emuPId=.*emulator.* --avd=$AVD_NAME --showEmu=false
46+
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 &&
47+
grunt runOnlyTestsApp --verbose --platform=Android --modulesPath=./bin/dist/$PACKAGE_NAME-$FULL_PACKAGE_VERSION.tgz --emuPId=.*emulator.* --avd=$AVD_NAME --showEmu=false
4848
- node ./build/travis-scripts/check-testrun-broken.js
4949
- adb pull /data/data/org.nativescript.TestsApp/files/test-results.xml &&
5050
mv test-results.xml ~/test-run-results$PACKAGE_VERSION.xml

0 commit comments

Comments
 (0)