1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
language: rust rust: - 1.15.0 - 1.22.0 - 1.26.0 - stable - beta - nightly sudo: false script: - cargo build --verbose - ./ci/test_full.sh notifications: email: on_success: never branches: only: - master - next - staging - trying