renet/.travis.yml

15 lines
233 B
YAML
Raw Normal View History

2016-12-28 08:14:45 +08:00
language: rust
rust:
- stable
- beta
- nightly
2016-12-28 08:23:28 +08:00
matrix:
allow_failures:
- rust: stable # until 1.15 comes out
2016-12-28 08:14:45 +08:00
notifications:
irc:
channels:
- "chat.freenode.net#m-labs"
use_notice: true
skip_join: true