summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2019-01-04 16:18:20 +0100
committerStefan Behnel <stefan_ml@behnel.de>2019-01-04 16:18:20 +0100
commit1da2827263dcd756014d0ded78ca5fb780341a99 (patch)
tree22b21b354da09402962501e53ef3890a5fa3293c
parent925a6fb21bdfdd17c1e3fa8d28922b95f19ee8b2 (diff)
downloadpython-lxml-1da2827263dcd756014d0ded78ca5fb780341a99.tar.gz
Prioritise non-static builds in travis to get faster responsiveness.
-rw-r--r--.travis.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 19ccbef9..55a091df 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -26,27 +26,27 @@ env:
- LIBXML2_VERSION=2.9.9
- LIBXSLT_VERSION=1.1.33
matrix:
- - STATIC_DEPS=true
- STATIC_DEPS=false
+ - STATIC_DEPS=true
matrix:
include:
- python: 3.7
dist: xenial # Required for Python 3.7
sudo: required # travis-ci/travis-ci#9069
- env: STATIC_DEPS=true
+ env: STATIC_DEPS=false
- python: 3.7
dist: xenial # Required for Python 3.7
sudo: required # travis-ci/travis-ci#9069
- env: STATIC_DEPS=false
+ env: STATIC_DEPS=true
- python: 3.8-dev
dist: xenial # Required for Python 3.7
sudo: required # travis-ci/travis-ci#9069
- env: STATIC_DEPS=true
+ env: STATIC_DEPS=false
- python: 3.8-dev
dist: xenial # Required for Python 3.7
sudo: required # travis-ci/travis-ci#9069
- env: STATIC_DEPS=false
+ env: STATIC_DEPS=true
- python: 3.6
env:
- STATIC_DEPS=true