Hiro Asari
Hiro Asari
Hello. @janl asked me to look into this. As @daleharvey says in the comment above (https://github.com/nickmerwin/node-coveralls/issues/80#issuecomment-147460747) the issue is the discrepancy between `FETCH_HEAD` and `$TRAVIS_COMMIT`. I looked at a few...
@daleharvey Ah, that makes sense. I was able to reproduce this now.
https://travis-ci.community/t/job-with-language-groovy-is-shown-as-no-language-set/4109
Test: https://staging.travis-ci.org/BanzaiMan/travis_staging_test/builds/742961
Not quite closed. We need a spec, and I would like to ask some help here.
As I commented in https://github.com/travis-ci/travis-ci/issues/8892#issuecomment-351416236, the issue here is that the clang 5.0.0 archive is faulty. While https://github.com/travis-ci/travis-build/pull/1272 provides a run-time fix, it would be a good idea to ensure...
We welcome your PR! :-)
I was able to reproduce this issue. Inside `_list_known()`, we call `_list_versions()` function, but this function can fail for various reasons. In my case, when there is no `go` at...
Ah, I guess we call `_list_versions` in case local versions don't show up in the remote list.
If anyone is interested, see https://github.com/travis-ci/travis.rb/pull/332#issuecomment-611100991.