Skip to content

Commit

Permalink
Removed buildsys dir for coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
lexus2k committed Nov 5, 2020
1 parent 83c5507 commit 7342a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- make clean
- make EXTRA_CPPFLAGS="--coverage" UNITTEST=y check
after_success:
- coveralls -b . --exclude docs --exclude extra --exclude unittest --exclude bld --exclude tools --exclude examples --gcov-options '\-lp'
- coveralls -b . --exclude docs --exclude buildsys --exclude unittest --exclude bld --exclude tools --exclude examples --gcov-options '\-lp'
- stage: Check avr code
script:
- make ARCH=avr
Expand Down

0 comments on commit 7342a09

Please sign in to comment.