cargo-todox 0.1.7

Ensure source files in a cargo project do not contain TODOX issues.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
language: rust
cache: cargo

rust:
- 1.22.0
- stable
- beta
- nightly
matrix:
  allow-failures:
  - rust: nightly

before_script:
- which cargo-make || cargo install cargo-make

script:
- cargo make ci-flow