Dist: trusty used but build uses bionic

Hi,

New to travis and trying to build and deploy a Qt project. The deployment step requires trusty and from the docs I set the proper tag (dist: trusty). However the build still uses bionic as seen on the output of lsb_release -a placed on the install tag.

https://travis-ci.org/PTDreamer/openMSA/builds/573571755

Any help?

Thanks,

José

In short, you can’t do that within a single job, because the deployment happens in the same VM.

If you need a VM with a different OS release, then you need a different job.