Jeff Zhang created ZEPPELIN-2811: ------------------------------------ Summary: Specify precise explicitly for travis build Key: ZEPPELIN-2811 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2811 Project: Zeppelin Issue Type: Improvement Reporter: Jeff Zhang
Travis is upgrading ubuntu from precise to trusty, so sometimes your travis will fails if it is routed to trusty. I confirmed that with travis support {quote} Hi Jeff, Thanks for writing in and sorry for the troubles. I've been taking a look at the details of the build you shared with us and it seems that this error has surfaced after Travis CI automatically routed your builds to Ubuntu Trusty. We're currently working in a gradual process to roll-out Trusty as the default distribution in Travis CI, due to the recent EOL of Precise, which was the Ubuntu distribution used by default if your project didn't specify a distribution in its configuration To sort this out quickly, I'd recommend adding `dist: precise` to your .travis.yml file to route your builds back to Precise, where they were working previously. Could you please give this a try and let me know how it goes? We see that your build depends on the package `r-packages-precise`. This is apparently not available for Ubuntu Trusty. I am not really familiar with the R ecosystem, so it is hard to make any recommendations. Looking forward to hearing back from you! {quote} -- This message was sent by Atlassian JIRA (v6.4.14#64029)