vkostyukov / la4j

Linear Algebra for Java
http://la4j.org
Apache License 2.0
373 stars 109 forks source link

Upgrade Travis CI To Use Docker #247

Closed DWiechert closed 9 years ago

DWiechert commented 9 years ago

Travis CI just came out with a new blog post talking about how they're switching to Docker under the hood. They claim using this new system will run builds fast and utilize more resources to it. They also say the only change you need to make is:

sudo: false

Just thought I'd post an issue about this in case we were interesting in trying this out for future builds.

vkostyukov commented 9 years ago

I think we can try this. Please, go ahead with the PR.

DWiechert commented 9 years ago

This has been added with PR #249.