If i'm using the default travis file it looks like that the build machine is Ubuntu Precise.
Hit http://ppa.launchpad.net precise Release.gpg
Is there any tweak to use an trusty or utopic machine?
As this guide focuses on downgrading a newer release of Ubuntu (19.04) to an older release (18.04 LTS), you must select the “Erase Ubuntu 19.04 and reinstall” option. Then, after selecting this option, click “Continue” to move to the next page.
To downgrade, change the version of Vim, try the following methods. Find the available Vim package via apt-cache search ^vim . Find the available version of the package: apt-cache madison vim . Install the available version by: sudo apt-get install vim=2:8.0\* .
Use npm list [package-name] to know the specific latest version of an installed package. Use npm install [package-name]@[version-number] to install an older version of a package. Prefix a version number with a caret (^) or a tilde (~) to specify to install the latest minor or patch version, respectively.
This is now implemented, add to .travis.yml
:
dist: trusty
to use ubuntu trusty.
No. Only Precise. Works are ongoing re Trusty.
https://github.com/travis-ci/travis-ci/issues/2046
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With