@krmahadevan Your builds got migrated to our Xenial image because you don’t specify a dist:
in your .travis.yml file. Please add dist: trusty
to move them back on Trusty where this should work.
See
for details.
@krmahadevan Your builds got migrated to our Xenial image because you don’t specify a dist:
in your .travis.yml file. Please add dist: trusty
to move them back on Trusty where this should work.
See
for details.