mirror of
https://github.com/boostorg/boost-ci.git
synced 2026-01-19 04:02:12 +00:00
11 lines
332 B
Bash
Executable File
11 lines
332 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"
|