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
 language: c
1
 language: c
2
 compiler:
2
 compiler:
3
   - gcc
3
   - gcc
4
-script: cmake -DGENERATE_SRS_SECRET=OFF && make
4
+script: make
5
 
5
 

Loading…
Cancel
Save