Skip to content

Commit

Permalink
Disable Travis scan-build job
Browse files Browse the repository at this point in the history
Can re-enable in future if allow_failures is configured.
  • Loading branch information
dbaston committed Dec 13, 2019
1 parent e565561 commit e4501a2
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,17 +103,17 @@ matrix:
env:
- E="TOOL=cmake && BUILD_TYPE=Release && CXX=clang++ && ARCH=-m64 && CC=clang"

- os: linux
cache:
apt: true
directories:
- $HOME/.ccache
addons:
apt:
sources: *sources
packages: ['clang','ccache','doxygen']
env:
- E="TOOL=autotools_scanbuild && BUILD_TYPE=Release && ARCH=-m64
# - os: linux
# cache:
# apt: true
# directories:
# - $HOME/.ccache
# addons:
# apt:
# sources: *sources
# packages: ['clang','ccache','doxygen']
# env:
# - E="TOOL=autotools_scanbuild && BUILD_TYPE=Release && ARCH=-m64

before_install:
- eval "${E}"
Expand Down

0 comments on commit e4501a2

Please sign in to comment.