Compile with webp support on Travis

This commit is contained in:
David Capello 2018-03-26 14:50:34 -03:00
parent e20701cf6b
commit c9b956ddb0

View File

@ -14,7 +14,7 @@ before_install:
before_script:
- mkdir build
- cd build
- cmake .. -DENABLE_TESTS=ON
- cmake .. -DENABLE_TESTS=ON -DWITH_WEBP_SUPPORT=ON
script:
- "make"