Ver código fonte

Fix Travis CI script

tags/1.1
Timo Röhling 11 anos atrás
pai
commit
384331767d
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      .travis.yml

+ 1
- 1
.travis.yml Ver arquivo

@@ -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
 

Carregando…
Cancelar
Salvar