0

I am trying to migrate from the container based infrastructure due to the Arduino alike performance. Travis' support suggested I use the "new" trusty dist based on Ubuntu 14.04 but I am having lot of trouble with it.

Is there an easy way to debug their base image locally?

Tommaso Barbugli
  • 11,781
  • 2
  • 42
  • 41

1 Answers1

1

Turns out if you use the minimal trusty image, you are pretty much using plain Ubuntu Trusty (14.04) and you don't have most of the nice stuff that is bundled with other distributions.

Since you are not going to use most of Travis cookbooks, the simplest way to come up with a good .travis.yml manifest is install Ubuntu Trusty on a VM and try every single setup command there.

Tommaso Barbugli
  • 11,781
  • 2
  • 42
  • 41