1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
language: rust rust: - stable - beta - nightly script: - cargo test - cargo test --features=complex-expressions matrix: include: - name: "README.md doc test" rust: "nightly" script: - cargo test --features=external_doc --doc