Explorar el Código

Add .travis.yml

Ben S hace 11 años
padre
commit
cc1da7490a
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. 7 0
      .travis.yml

+ 7 - 0
.travis.yml

@@ -0,0 +1,7 @@
+before_install:
+  - yes | sudo add-apt-repository ppa:hansjorg/rust
+  - sudo apt-get update
+install:
+  - sudo apt-get install rust-nightly
+script:
+  - make test