Files
boost-ci/ci/travis/cppcheck.sh
James E. King III 25600e1bab Disable cppcheck, add gcc-9 and VS2019, reduce burden
This fixes #18
This fixes #19
2019-06-08 05:40:47 -04:00

11 lines
333 B
Bash
Executable File

#! /bin/bash
#
# Copyright 2018 - 2019 James E. King III
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt)
#
echo "WARNING: boost-ci no longer supports cppcheck"
echo " remove the cppcheck job from your .travis.yml"