summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2016-06-14 09:32:47 -0400
committerAllen Winter <allen.winter@kdab.com>2016-06-14 09:32:47 -0400
commit70952c52c2b96bd02633f985155c0f47dfbb6631 (patch)
tree72f688e2f9276bdc9a80f159a83e9ac819b90ca6 /.travis.yml
parent6da50da1e962d9852b63a1e86b5de13c3b377940 (diff)
downloadlibical-git-70952c52c2b96bd02633f985155c0f47dfbb6631.tar.gz
.travis.yml - remove the GOBJECT_INTROSPECTION build
can't figure out why g-ir-scanner is failing on travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 26928fb6..1d500b01 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,7 +14,7 @@ language: c
compiler:
- gcc
- clang
-script: mkdir build && cd build && cmake -DWITH_BDB=true -DICAL_GLIB=true -DGOBJECT_INTROSPECTION=true -DUSE_INTEROPERABLE_VTIMEZONES=true -DCMAKE_BUILD_TYPE=Release .. && make && make test
+script: mkdir build && cd build && cmake -DWITH_BDB=true -DICAL_GLIB=true -DUSE_INTEROPERABLE_VTIMEZONES=true -DCMAKE_BUILD_TYPE=Release .. && make && make test
addons:
apt: