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 db4c071 commit d4fafacCopy full SHA for d4fafac
.travis.yml
@@ -25,6 +25,11 @@ script: ./gradlew :android-junit5:clean :android-junit5:check --info --stacktrac
25
after_success:
26
- ./scripts/deploy_snapshot.sh
27
28
+after_failure:
29
+- cat /home/travis/build/aurae/android-junit5/android-junit5/build/reports/tests/test/index.html
30
+- cat /home/travis/build/aurae/android-junit5/android-junit5/build/reports/tests/testAgp2x/index.html
31
+- cat /home/travis/build/aurae/android-junit5/android-junit5/build/reports/tests/testAgp3x/index.html
32
+
33
deploy:
34
provider: script
35
script: ./scripts/deploy_release.sh
0 commit comments