Explorar el Código

Fix Travis CI script

tags/1.1
Timo Röhling hace 11 años
padre
commit
384331767d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      .travis.yml

+ 1
- 1
.travis.yml Ver fichero

@@ -1,5 +1,5 @@
1 1
 language: c
2 2
 compiler:
3 3
   - gcc
4
-script: cmake -DGENERATE_SRS_SECRET=OFF && make
4
+script: make
5 5
 

Loading…
Cancelar
Guardar