Explorar o código

Add Travis CI configuration.

whitequark %!s(int64=8) %!d(string=hai) anos
pai
achega
85e73595a8
Modificáronse 1 ficheiros con 11 adicións e 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