Skip to content

Commit

Permalink
[config] Remove travis
Browse files Browse the repository at this point in the history
We are using Github Actions to run CodeChecker tests so there is no
reason to run tests in travis too.
  • Loading branch information
csordasmarton committed Dec 9, 2020
1 parent 111a982 commit 1a5f294
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 141 deletions.
133 changes: 0 additions & 133 deletions .travis.yml

This file was deleted.

4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -201,10 +201,6 @@ clean_report_hash:
clean_statistics_collector:
$(MAKE) -C $(CC_ANALYZER_TOOLS)/statistics_collector clean

clean_travis:
# Clean CodeChecker config files stored in the users home directory.
rm -rf ~/.codechecker*

PYLINT_CMD = $(MAKE) -C $(CC_ANALYZER) pylint && \
$(MAKE) -C $(CC_WEB) pylint && \
pylint -j0 ./bin/** ./codechecker_common \
Expand Down
4 changes: 0 additions & 4 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
</h1>

<p align="center">
<a href="https://travis-ci.org/Ericsson/codechecker">
<img src="https://travis-ci.org/Ericsson/codechecker.png?branch=master"
alt="Travis">
</a>
<a href="https://gitter.im/codecheckerHQ/Lobby?utm_source=share-link&utm_medium=link&utm_campaign=share-link">
<img src="https://badges.gitter.im/codecheckerHQ/Lobby.svg"
alt="Gitter">
Expand Down

0 comments on commit 1a5f294

Please sign in to comment.