commentective 0.1.0

CLI tool to locate comments and commented out code in your source code
Documentation
language: rust
cache: cargo
rust:
#  - stable
#  - beta
  - nightly

script: make ci

matrix:
  allow_failures:
    - rust: nightly
  fast_finish: true

notifications:
  email:
    on_success: never