Prevent GTK+ accessibility bus warnings

They ruin the tests.
This commit is contained in:
Přemysl Eric Janouch 2015-02-08 16:03:45 +01:00
parent af51c00c93
commit f2ae2fbd35
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ install:
before_script:
- mkdir build
- cd build
env: NO_AT_BRIDGE=1
script:
- cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_TESTING=ON
- make