Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add instruction how to use Ubuntu 16.04 on Travis #6469

Closed
techtonik opened this issue Aug 13, 2016 · 3 comments
Closed

Add instruction how to use Ubuntu 16.04 on Travis #6469

techtonik opened this issue Aug 13, 2016 · 3 comments
Labels

Comments

@techtonik
Copy link

techtonik commented Aug 13, 2016

As I understand Ubuntu 16.04 is only possible on Travis with docker (#5821). However, without experience with it, the current documentation is very cryptic (I am not a Sinatra user either). Is it possible to add specific instructions how to use Ubuntu 16.04 on Travis (which comes with gcc 5.3 c++11 support)?

@BanzaiMan BanzaiMan added the docs label Aug 15, 2016
@BanzaiMan
Copy link
Contributor

How much do you know about Docker? It is certainly not an easy thing to learn at first, but, with experience, I am sure you can learn how to use it.

Also with experience, you would realize that the example given in our documentation shows nothing peculiar about Sinatra. It just shows how to pull an existing image, run a process using it, with mapping ports appropriately.

You might find some of these GitHub search results handy, but do keep in mind that we do not provide support for any of it. https://github.com/search?utf8=%E2%9C%93&q=docker%20pull%2016.04+filename%3A.travis.yml

I'm going to close this for now.

@techtonik
Copy link
Author

techtonik commented Aug 15, 2016

@BanzaiMan I am using VirtualBox, Vagrant, LXC, LXD, and while, of course, I can learn Docker, rkt and ... as well, it is not only me who needs more updated software than 2 years old stuff on Travis. )

Nevertheless, your link is somewhat helpful.

@andreif
Copy link

andreif commented Mar 27, 2018

Experimental dist: xenial works sometimes.
I just needed to install extra package to make my build work:

before_install:
  - sudo apt-get install libgnutls28-dev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants