Explorar el Código

Merge pull request #1 from htwg-syslab-bsys-ws17/sj-travisyml

+.travis.yml
Stefan Junker hace 8 años
padre
commit
09f0f80aac
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  1. 8
    0
      .travis.yml

+ 8
- 0
.travis.yml Ver fichero

@@ -0,0 +1,8 @@
1
+language: rust
2
+rust: stable
3
+cache: cargo
4
+sudo: false
5
+git:
6
+  depth: 1
7
+script:
8
+  - ci/run-travis.sh

Loading…
Cancelar
Guardar