-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
testing another modification for travis
- Loading branch information
Showing
1 changed file
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9d4ec99
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adding the
group
parameter in this commit is recommended by Travis to see if their recent update (12 July) is the cause of any new issues.Sure enough, this fixes it. The question is: what's changed and why are there
python-catkin-pkg
errors as a result?9d4ec99
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Villa@Home builds are failing when trying to install TMC code.
We initially thought it was due to misconfiguration of the dependencies, but we also found that reverting the image "fixed" the problem.
9d4ec99
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And, why does deleting the
python-catkin-pkg
install help?Is that what was failing? I thought it was an
import
.9d4ec99
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
9d4ec99
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm having the same issue over on bwi_common - it seems like the .travis.yml file is the same as it is over here on segbot, but my most recent pull request is failing for what appears to be a similar reason.
9d4ec99
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are you sure the
.travis.yml
file on your branch contains this fix? I just checkedsxtejada/list_gui
and didn't see it.9d4ec99
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh right, my branch was made before this was fixed! Thanks for the help!