Ver Fonte

Add Travis CI configuration.

whitequark há 8 anos atrás
pai
commit
85e73595a8
1 ficheiros alterados com 11 adições e 0 exclusões
  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