Recommended setup for Travis-CI?
I've seen a few ROS projects with a Travis-CI configuration for automatically running tests.
Is there a "best-practice" script for properly setting up a ROS environment for running tests? I'm trying to create my own based on the examples I see, but I'm finding it's a bit complicated, with little ROS documentation to guide me.
Not really an answer, but you might take a look at industrial_ci. Contrary to the name, it's not limited to 'industrial' ROS pkgs at all, and takes care of a lot of things wrt Travis & ROS.
See .travis.yml for a simple example that tests against two ROS releases.