[go: up one dir, main page]

colored 2.0.0

The most simple way to add colors in your terminal
Documentation
language: rust

rust:
  - nightly
  - beta
  - stable

cache: cargo

before_script:
  - rustup component add clippy

script:
  - cargo test --verbose
  - cargo clippy -- -Dwarnings

matrix:
  allow_failures:
    - rust: nightly