diff options
author | Allen Winter <allen.winter@kdab.com> | 2016-06-14 09:32:47 -0400 |
---|---|---|
committer | Allen Winter <allen.winter@kdab.com> | 2016-06-14 09:32:47 -0400 |
commit | 70952c52c2b96bd02633f985155c0f47dfbb6631 (patch) | |
tree | 72f688e2f9276bdc9a80f159a83e9ac819b90ca6 /.travis.yml | |
parent | 6da50da1e962d9852b63a1e86b5de13c3b377940 (diff) | |
download | libical-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.yml | 2 |
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: |