Skip to content

Travis-CI is broken due to a new image #88

Description

@ocefpaf

Travis-CI changed from a Ubuntu precise image, which reached the EOL, to the Ubuntu Trusty, the new LTS image. See https://blog.travis-ci.com/2017-07-11-trusty-as-default-linux-is-coming

This change caused some breakages in the testing framework b/c it relied on packages from apt that are no longer available in the new image. The options are:

  1. pin to the older image for as long as Travis-CI allows it;
  2. find the equivalent packages in the new image;
  3. figure out what is really needed and find conda packages from them.

I am looking into the problem and we can probably do 1 right now while we choose between 2 and 3 as a long term solution. (I prefer 3 BTW.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions