From 70952c52c2b96bd02633f985155c0f47dfbb6631 Mon Sep 17 00:00:00 2001 From: Allen Winter Date: Tue, 14 Jun 2016 09:32:47 -0400 Subject: .travis.yml - remove the GOBJECT_INTROSPECTION build can't figure out why g-ir-scanner is failing on travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') 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: -- cgit v1.2.1