Explorar el Código

Add travis config

Isaac Woods hace 7 años
padre
commit
af6395a5da
Se han modificado 1 ficheros con 10 adiciones y 0 borrados
  1. 10 0
      .travis.yml

+ 10 - 0
.travis.yml

@@ -0,0 +1,10 @@
+language: rust
+rust:
+  - stable
+  - beta
+  - nightly
+matrix:
+  allow_failures:
+    - rust: stable
+    - rust: beta
+  fast_finish: true