1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
language: rust rust: - 1.56.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