[go: up one dir, main page]

indoc 0.1.12

Indented document literals
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
sudo: false

language: rust

rust:
  - nightly

script:
  - cargo build --verbose
  - cargo test --verbose
  - cargo build --features with-syntex --verbose
  - cargo build --features clippy --verbose
  - cargo build --features 'clippy with-syntex' --verbose

notifications:
  email: false