mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 16:22:18 -04:00
The sudo environments take longer to allocate (#3578)
One more tiny tweak, placing the slower sudo environments back up the list. I expect this should save us another 10-20 seconds. - there's about a 50 second delay in starting apacheconftest, so move it back up the priority queue of jobs to start
This commit is contained in:
parent
bde1d9fdb1
commit
3ae6c90a6a
1 changed files with 3 additions and 3 deletions
|
|
@ -60,15 +60,15 @@ matrix:
|
|||
services: docker
|
||||
before_install:
|
||||
addons:
|
||||
- python: "2.7"
|
||||
env: TOXENV=apacheconftest
|
||||
sudo: required
|
||||
- python: "3.3"
|
||||
env: TOXENV=py33
|
||||
- python: "3.4"
|
||||
env: TOXENV=py34
|
||||
- python: "3.5"
|
||||
env: TOXENV=py35
|
||||
- python: "2.7"
|
||||
env: TOXENV=apacheconftest
|
||||
sudo: required
|
||||
- python: "2.7"
|
||||
env: TOXENV=nginxroundtrip
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue