aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml12
1 files changed, 10 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 48b4b71..a5de2f4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,7 +7,7 @@ before_script:
- export -f travis_fold
script:
- - "bash -ex .travis-ci.sh"
+ - "bash .travis-ci.sh"
addons:
apt:
@@ -35,6 +35,8 @@ addons:
- *core_build
- mingw-w64
packages: &linters
+ - python3
+ - python3-pip
- lintian
- codespell
- shellcheck
@@ -92,7 +94,6 @@ jobs:
compiler: clang
env:
- TASK='sanitize'
- allow_failures:
- os: linux
dist: bionic
env: TASK='codesmell'
@@ -107,6 +108,13 @@ jobs:
apt:
packages:
- *linters
+ allow_failures:
+ - os: linux
+ dist: bionic
+ env: TASK='codesmell'
+ - os: linux
+ dist: bionic
+ env: TASK='spellcheck'
env:
global: