Skip to content

Commit

Permalink
Issue 301 - Switch to new TravisCI infrastructure
Browse files Browse the repository at this point in the history
By switching to the new insfrastructure we get:
* more isolation (thanks to containers)
* faster builds
* CPU resources are guaranteed
* caching available

caveat: As you can’t use sudo on the new container-based infrastructure,
you need to use the addons.apt.packages and addons.apt.sources plugins
to install packages and package sources

[1]
http://docs.travis-ci.com/user/migrating-from-legacy/?utm_source=legacy-notice&utm_medium=banner&utm_campaign=legacy-upgrade
  • Loading branch information
Armen Zambrano Gasparnian committed Jul 23, 2015
1 parent 5183f1f commit 5fd9ffd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
sudo: false

language: python

python:
Expand Down

0 comments on commit 5fd9ffd

Please sign in to comment.