Sfoglia il codice sorgente

Add Travis CI configuration.

whitequark 8 anni fa
parent
commit
85e73595a8
1 ha cambiato i file con 11 aggiunte e 0 eliminazioni
  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