Files
Simon Sapin eb086f8d76 Remove "tt as expr" macro hack, unneeded since Rust 1.12
Whether increasing the minimum required Rust version is
a SemVer breaking change that should be reflected in
the crate’s version number is arguable.

I chose not to do this here, since 1.12 has been stable for almost two years
(2016-09-29) so I expect the impact to be negligible.
2018-08-22 14:33:06 +02:00

9 lines
131 B
YAML

sudo: false
language: rust
rust:
- 1.12.0
- nightly
- beta
- stable
script: make test -k RUST_CHANNEL=$TRAVIS_RUST_VERSION