diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2018-12-18 11:11:32 +0100 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2018-12-18 11:11:32 +0100 |
commit | e19635a75cc1ab206be12ecf2b1c9a909baa9c21 (patch) | |
tree | b39bcd6cdd7059072f27ca0d7da6067903c87d1e | |
parent | de95c00f55db71d188f4a75723f444ea290bd997 (diff) | |
download | crocoite-e19635a75cc1ab206be12ecf2b1c9a909baa9c21.tar.gz crocoite-e19635a75cc1ab206be12ecf2b1c9a909baa9c21.tar.bz2 crocoite-e19635a75cc1ab206be12ecf2b1c9a909baa9c21.zip |
travis: -dev builds are allowed to fail
-rw-r--r-- | .travis.yml | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml index c687962..7abcfd7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,16 @@ dist: xenial language: python -python: - - "3.6" - - "3.6-dev" - - "3.7" - - "3.7-dev" - - "3.8-dev" +matrix: + include: + - python: "3.6" + - python: "3.7" + - python: "3.6-dev" + - python: "3.7-dev" + - python: "3.8-dev" + allow_failures: + - python: "3.6-dev" + - python: "3.7-dev" + - python: "3.8-dev" install: - pip install . script: |