summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2016-06-12 13:13:03 -0400
committerAllen Winter <allen.winter@kdab.com>2016-06-12 13:13:03 -0400
commit59d0ac89cbfab10108580a9a0639c8e56a9adc52 (patch)
treebedd4b507d5b6ac8ffebee1e324c2a57c67aa899 /.travis.yml
parent145bd049a24eaf75ab77b8792a22c9341c374566 (diff)
downloadlibical-git-59d0ac89cbfab10108580a9a0639c8e56a9adc52.tar.gz
.travis.yml - remove the build for GOBJECT_INTROSPECTION
for some reason not being found on the travis build machines
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 89119837..b5a3cb1a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,7 +12,7 @@ language: c
compiler:
- gcc
- clang
-script: mkdir build && cd build && cmake -DWITH_BDB=true -DGOBJECT_INTROSPECTION=true -DICAL_GLIB=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: