diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2015-02-08 16:03:45 +0100 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2015-02-08 16:03:45 +0100 |
commit | f2ae2fbd3570211520c9ca55a54d0b7c1bf7be5d (patch) | |
tree | e77892052667a2b1e782db051618edbb469be0a2 | |
parent | af51c00c93e6467899b09dfb703385d82ff75c86 (diff) | |
download | logdiag-f2ae2fbd3570211520c9ca55a54d0b7c1bf7be5d.tar.gz logdiag-f2ae2fbd3570211520c9ca55a54d0b7c1bf7be5d.tar.xz logdiag-f2ae2fbd3570211520c9ca55a54d0b7c1bf7be5d.zip |
Prevent GTK+ accessibility bus warnings
They ruin the tests.
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 7c82f61..8027bb4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 |