Hi,
in our project
we use travis. It started to fail yesterday in this commit:
In order to help debugging it I altered the .travis.yml to use matrix builds.
It still fails for the R release version, but devel and oldrel work fine as you can see here:
This is the error message I get:
3.87s$ curl -fLo /tmp/R-3.6.1-$(lsb_release -cs).xz https://travis-ci.rstudio.org/R-3.6.1-$(lsb_release -cs).xz curl: (22) The requested URL returned error: 403 Forbidden The command "eval curl -fLo /tmp/R-3.6.1-$(lsb_release -cs).xz https://travis-ci.rstudio.org/R-3.6.1-$(lsb_release -cs).xz " failed. Retrying, 2 of 3. curl: (22) The requested URL returned error: 403 Forbidden The command "eval curl -fLo /tmp/R-3.6.1-$(lsb_release -cs).xz https://travis-ci.rstudio.org/R-3.6.1-$(lsb_release -cs).xz " failed. Retrying, 3 of 3. curl: (22) The requested URL returned error: 403 Forbidden The command "eval curl -fLo /tmp/R-3.6.1-$(lsb_release -cs).xz https://travis-ci.rstudio.org/R-3.6.1-$(lsb_release -cs).xz " failed 3 times. The command "curl -fLo /tmp/R-3.6.1-$(lsb_release -cs).xz https://travis-ci.rstudio.org/R-3.6.1-$(lsb_release -cs).xz" failed and exited with 22 during . Your build has been stopped.
You find our config here: