Explorar el Código

Add Travis CI configuration.

whitequark hace 8 años
padre
commit
85e73595a8
Se han modificado 1 ficheros con 11 adiciones y 0 borrados
  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