Skip to content

travis_ci tests failing, I think due to an issue in the travis script #159

@billsacks

Description

@billsacks

Summary of Issue:

The travis_ci tests are failing (e.g., https://travis-ci.org/github/ESMCI/manage_externals/builds/767884112). I don't have much experience setting up travis_ci test scripts, so I'm not positive what the problem is, but I wonder if the problem is that it tries to do a cd test when it's already in the test directory?

- cd test; make test
- cd test; make lint

If so, do these lines also need to be changed?

- cd test; make coverage
- cd test; coveralls

Expected behavior and actual behavior:

The travis_ci tests should pass

Steps to reproduce the problem (should include model description file(s) or link to publi c repository):

This appears when opening or merging a PR

What is the changeset ID of the code, and the machine you are using:

master

have you modified the code? If so, it must be committed and available for testing:

No

Screen output or log file showing the error message and context:

https://travis-ci.org/github/ESMCI/manage_externals/builds/767884112

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions