You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Travis CI documentation led me to believe that $? is universally unusable but I've come to realize this is only true in .travis.yml, not in the script.
@@ -826,7 +825,8 @@ function publish_report_to_repository()
826
825
pushCount=$((pushCount +1))
827
826
# Do a pull now in case another job has finished about the same time and pushed a report since the last pull. This would require a merge or rebase. Rebase should be safe since the commits will be separate files.
0 commit comments