ros / class_loader

ROS-independent library for dynamic class (i.e. plugin) introspection and loading from runtime libraries
http://www.ros.org/wiki/class_loader
35 stars 95 forks source link

Remove travis. #182

Closed clalancette closed 3 years ago

clalancette commented 3 years ago

Travis no longer supports open-source, and we have test coverage via the ROS buildfarm anyway. Just remove it here.

Signed-off-by: Chris Lalancette clalancette@openrobotics.org

clalancette commented 3 years ago

Thanks Chris! I wonder if we should do the same about appveyor.

Yeah, I was thinking about it, but ultimately decided to do it separately. The main reason is that appveyor does give us some coverage that the buildfarm does not, i.e. Windows testing. So I was thinking that we should actually fix it rather than remove it.

clalancette commented 3 years ago

I'm not going to run additional CI here since this isn't a code change. Thanks for the reviews!