Skip to content

Commit

Permalink
Exclude 30log-* files from code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonaba committed Jan 19, 2016
1 parent 09c5cfe commit c16bd6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -23,7 +23,7 @@ before_install:
script: "tsc -f specs/*"

after_success:
- luacov-coveralls -c .luacov
- luacov-coveralls -c .luacov -e 30log-

notifications:
email:
Expand Down

0 comments on commit c16bd6d

Please sign in to comment.