aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2019-11-21 11:03:19 -0500
committerMarcoFalke <falke.marco@gmail.com>2019-11-21 11:03:05 -0500
commitfa2941bbf47a8a6b79b8db4a87e1aedcf6a29a5e (patch)
treec4ed429e3580e96a17c1191f9404c744854131df /.travis.yml
parentfa041875284d01602647519cc452185ba1ad5a8f (diff)
downloadbitcoin-fa2941bbf47a8a6b79b8db4a87e1aedcf6a29a5e.tar.xz
ci: Remove unmaintained extended_lint
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml14
1 files changed, 0 insertions, 14 deletions
diff --git a/.travis.yml b/.travis.yml
index 16f3ad2dba..f3e1e9dea5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -43,7 +43,6 @@ before_cache:
stages:
- lint
- test
- - extended-lint
env:
global:
- CI_RETRY_EXE="travis_retry"
@@ -82,19 +81,6 @@ jobs:
script:
- set -o errexit; source ./ci/lint/06_script.sh
- - stage: extended-lint
- name: 'extended lint [runtime >= 60 seconds]'
- env:
- cache: false
- language: python
- python: '3.5'
- install:
- - set -o errexit; source ./ci/extended_lint/04_install.sh
- before_script:
- - set -o errexit; source ./ci/lint/05_before_script.sh
- script:
- - set -o errexit; source ./ci/extended_lint/06_script.sh
-
- stage: test
name: 'ARM [GOAL: install] [unit tests, functional tests]'
arch: arm64