Explorar el Código

Add .travis.yml

Johannes Hofmann hace 8 años
padre
commit
d0d5c2e5d3
Se han modificado 1 ficheros con 14 adiciones y 0 borrados
  1. 14
    0
      .travis.yml

+ 14
- 0
.travis.yml Ver fichero

@@ -0,0 +1,14 @@
1
+language: rust
2
+rust:
3
+  - stable
4
+  - nightly
5
+cache: cargo
6
+dist: trusty
7
+sudo: false
8
+addons:
9
+  apt:
10
+    packages:
11
+    - libxxf86vm-dev
12
+    - libosmesa6-dev
13
+script:
14
+  - cargo build