Add Travis CI configuration.

This commit is contained in:
whitequark 2016-12-28 00:14:45 +00:00
parent 151b3ba07b
commit 19e6ab5619
1 changed files with 11 additions and 0 deletions

11
.travis.yml Normal file
View File

@ -0,0 +1,11 @@
language: rust
rust:
- stable
- beta
- nightly
notifications:
irc:
channels:
- "chat.freenode.net#m-labs"
use_notice: true
skip_join: true