#31: Set clang_use_chrome_plugins to false on Travis

This commit is contained in:
Axel Isouard 2017-03-09 20:42:13 +01:00
parent 058d9e0da3
commit 9eafe12813
No known key found for this signature in database
GPG key ID: 4E64BB3EAAF31C29

View file

@ -43,7 +43,7 @@ install:
- git submodule update - git submodule update
- mkdir out - mkdir out
- cd out - cd out
- cmake -DNINJA_ARGS="-j 4" .. - cmake -DNINJA_ARGS="-j 4" -DGN_EXTRA_ARGS="clang_use_chrome_plugins=false" ..
script: script:
- make package - make package