From 3ae6c90a6a69135e01f0f6c9f07ac3ca3f006e35 Mon Sep 17 00:00:00 2001 From: Peter Eckersley Date: Tue, 4 Oct 2016 12:47:36 -0700 Subject: [PATCH] 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 --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8477bb163..8101fb3a4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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