.travis.yml 233 B

1234567891011121314
  1. language: rust
  2. rust:
  3. - stable
  4. - beta
  5. - nightly
  6. matrix:
  7. allow_failures:
  8. - rust: stable # until 1.15 comes out
  9. notifications:
  10. irc:
  11. channels:
  12. - "chat.freenode.net#m-labs"
  13. use_notice: true
  14. skip_join: true