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
To help better debug issues like those we experienced in #24, we should print the versions of any extra tools we add to CI so we can compare version numbers and build hashes.
Elsewhere in the logs Travis prints out version numbers of the tools:
To help better debug issues like those we experienced in #24, we should print the versions of any extra tools we add to CI so we can compare version numbers and build hashes.
Elsewhere in the logs Travis prints out version numbers of the tools:
so we should too.
To do this for
clippy
, we need to runcargo clippy --version
after a successful installation in our Travis config:supernova/.travis.yml
Lines 19 to 20 in f4838f9
so we can get something like:
in the build log.
The text was updated successfully, but these errors were encountered: