summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2017-05-28 11:39:02 -0400
committerAllen Winter <allen.winter@kdab.com>2017-05-28 11:39:02 -0400
commit612f4da03918f410b2ad3322d35317ff0269b353 (patch)
tree33c992f423d5e555d4c7a04047692e1c791450f0 /.travis.yml
parentaea01d553d8ac33bb48cf58d81d9211a1c0bcd7a (diff)
downloadlibical-git-612f4da03918f410b2ad3322d35317ff0269b353.tar.gz
.travis.yml - remove unused USE_INTEROPERABLE_VTIMEZONES
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 bc749f09..13092c62 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,7 +14,7 @@ language: c
compiler:
- gcc
- clang
-script: mkdir build && cd build && cmake -DICAL_GLIB=true -DUSE_INTEROPERABLE_VTIMEZONES=true -DCMAKE_BUILD_TYPE=Release .. && make && make test
+script: mkdir build && cd build && cmake -DICAL_GLIB=true -DCMAKE_BUILD_TYPE=Release .. && make && make test
addons:
apt: