From 59d0ac89cbfab10108580a9a0639c8e56a9adc52 Mon Sep 17 00:00:00 2001 From: Allen Winter Date: Sun, 12 Jun 2016 13:13:03 -0400 Subject: .travis.yml - remove the build for GOBJECT_INTROSPECTION for some reason not being found on the travis build machines --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') 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: -- cgit v1.2.1