travis ci - Choose a specific Ubuntu version -


if i'm using default travis file looks build machine ubuntu precise.

hit http://ppa.launchpad.net precise release.gpg 

is there tweak use trusty or utopic machine?

this implemented, add .travis.yml:

dist: trusty 

to use ubuntu trusty.


Comments

Popular posts from this blog

SQL php on different pages to Insert (mysqli) -

How to combine associative arrays in bash? -

c++ - No viable overloaded operator for references a map -