Skip to content

Commit 67dc6de

Browse files
committed
Use Travis Build Directory
1 parent eb93c1d commit 67dc6de

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
@@ -26,9 +26,9 @@ after_success:
2626
- ./scripts/deploy_snapshot.sh
2727

2828
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
29+
- cat $TRAVIS_BUILD_DIR/android-junit5/build/reports/tests/test/index.html
30+
- cat $TRAVIS_BUILD_DIR/android-junit5/build/reports/tests/testAgp2x/index.html
31+
- cat $TRAVIS_BUILD_DIR/android-junit5/build/reports/tests/testAgp3x/index.html
3232

3333
deploy:
3434
provider: script

0 commit comments

Comments
 (0)