Browse Source

Add Travis CI configuration.

whitequark 8 years ago
parent
commit
85e73595a8
1 changed files with 11 additions and 0 deletions
  1. 11 0
      .travis.yml

+ 11 - 0
.travis.yml

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