nvm
nvm copied to clipboard
Update .travis.yml
@ljharb seems like choosing language: python recovered some of the jobs, but others still failing with the test cases.
Do you think you can workaround those?
@mustafaergul i'm not sure i can; it looks like node 0.6 won't compile, perhaps because clang is too new?
I think the clang version hasn't been upgraded from Xenial to Focal image, I have just run the test build: https://app.travis-ci.com/github/mustafa-travisci/testBuilds/builds/250552245
hey, @ljharb I have been running a diff[0] build between these two jobs within the same build[1](failing number9 and succeeding number10) and that is weird latter one is using the cache that is defined on .travis.yml file. This might be related to the build cache as well, are you able to refresh(clean) the cache from repository settings and see if that help? Thanks
[0] https://www.diffchecker.com/Yft5F1HM [1] https://app.travis-ci.com/github/nvm-sh/nvm/builds/250498716
I don’t usually use a cache, and the only one listed is for this PR - i just deleted it tho, and I’ll rerun the job.
@mustafaergul seems like it still fails :-(
I was able to work around this by switching some of the tests to focal and leaving some on xenial.