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

php - How can an email be returned from Stripe Checkout? -

SQL php on different pages to Insert (mysqli) -

linked list - Get the index of the Node in a LinkedList which contains the given value in java -