Browse Source

Fix Travis CI script

tags/1.1
Timo Röhling 11 years ago
parent
commit
384331767d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .travis.yml

+ 1
- 1
.travis.yml View File

@@ -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…
Cancel
Save