Skip to content

Commit

Permalink
fix coveralls coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
Andru Cherny committed Jun 14, 2021
1 parent c8ef4a9 commit 0d24f2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -21,8 +21,8 @@ install:

script:
- make lint
# - make static-analysis
# - make coding-standards
- make static-analysis || true
- make coding-standards || true
- make tests-unit
- git log $(git describe --abbrev=0 --tags)...HEAD --no-merges --pretty=format:"* [%h](http://github.com/${TRAVIS_REPO_SLUG}/commit/%H) %s (%cN)"

Expand Down

0 comments on commit 0d24f2b

Please sign in to comment.