Commit d3b4ef38 authored by Daenyth's avatar Daenyth
Browse files

Compile servatrice on travis

parent 6da64315
...@@ -5,6 +5,6 @@ os: ...@@ -5,6 +5,6 @@ os:
compiler: compiler:
- gcc - gcc
- clang - clang
script: mkdir build && cd build && cmake .. && make script: mkdir build && cd build && cmake .. -DWITH_SERVER=1 && make
install: ./travis-dependencies.sh install: ./travis-dependencies.sh
cache: apt cache: apt
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment