1sudo: false 2language: rust 3rust: 4 - 1.12.0 5 - nightly 6 - beta 7 - stable 8script: make test -k RUST_CHANNEL=$TRAVIS_RUST_VERSION 9