diff options
| -rw-r--r-- | .travis.yml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/.travis.yml b/.travis.yml index b0c9c25..159fd4d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ addons:     name: "pjanouch/sdtui"     description: "StarDict terminal UI"    notification_email: p.janouch@gmail.com -  build_command_prepend: "mkdir build; cd build; cmake .. -DCMAKE_BUILD_TYPE=Release" +  build_command_prepend: "cmake .. -DCMAKE_BUILD_TYPE=Release -DWITH_GTK=ON -DBUILD_TESTING=ON"    build_command: "make"    branch_pattern: coverity_scan  compiler: | 
