Choose a specific Ubuntu version

China☆狼群 提交于 2019-12-14 00:54:59

问题


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?


回答1:


This is now implemented, add to .travis.yml:

dist: trusty

to use ubuntu trusty.




回答2:


No. Only Precise. Works are ongoing re Trusty.

https://github.com/travis-ci/travis-ci/issues/2046



来源:https://stackoverflow.com/questions/29806296/choose-a-specific-ubuntu-version

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!