We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb93c1d commit 67dc6deCopy full SHA for 67dc6de
.travis.yml
@@ -26,9 +26,9 @@ after_success:
26
- ./scripts/deploy_snapshot.sh
27
28
after_failure:
29
-- cat /home/travis/build/mannodermaus/android-junit5/android-junit5/build/reports/tests/test/index.html
30
-- cat /home/travis/build/mannodermaus/android-junit5/android-junit5/build/reports/tests/testAgp2x/index.html
31
-- cat /home/travis/build/mannodermaus/android-junit5/android-junit5/build/reports/tests/testAgp3x/index.html
+- cat $TRAVIS_BUILD_DIR/android-junit5/build/reports/tests/test/index.html
+- cat $TRAVIS_BUILD_DIR/android-junit5/build/reports/tests/testAgp2x/index.html
+- cat $TRAVIS_BUILD_DIR/android-junit5/build/reports/tests/testAgp3x/index.html
32
33
deploy:
34
provider: script
0 commit comments