1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
sudo: false language: rust rust: - nightly - beta - stable script: - cargo test - ([ $TRAVIS_RUST_VERSION != nightly ] || cargo test --features unstable) branches: except: - master notifications: webhooks: http://build.servo.org:54856/travis