Skip to content

Commit

Permalink
Faster Travis CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Dec 18, 2014
1 parent 20c05ec commit ba28833
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
@@ -1,3 +1,4 @@
sudo: false
language: python
python:
- 2.6
Expand All @@ -6,7 +7,7 @@ python:
- 3.3
- pypy
install:
- pip install . --use-mirrors
- pip install .
script:
- python setup.py test -q
notifications:
Expand Down

2 comments on commit ba28833

@do3cc
Copy link
Member

@do3cc do3cc commented on ba28833 Dec 18, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if anything here might be the cause for travis not to start any more:
https://travis-ci.org/zopefoundation/zope.testrunner/builds/44478518
Or maybe I got a bad server to run on

@mgedmin
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's still a build queue, when you have more waiting builds than active builders: http://www.traviscistatus.com/

The advantage of container-based builds is more efficient resource utilization, which lets them run more builds faster. (Also they use beefier hardware for Dockerized jobs.)

Please sign in to comment.