Skip to content

Commit 5fd9ffd

Browse files
author
Armen Zambrano Gasparnian
committed
Issue 301 - Switch to new TravisCI infrastructure
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
1 parent 5183f1f commit 5fd9ffd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
sudo: false
2+
13
language: python
24

35
python:

0 commit comments

Comments
 (0)