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
Comments
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. |
@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. |
Experimental
|
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)?
The text was updated successfully, but these errors were encountered: