summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2014-06-06 15:43:06 -0400
committerAllen Winter <allen.winter@kdab.com>2014-06-06 15:51:34 -0400
commitd9ab316af84825e3506370c3da855afbcd796226 (patch)
tree9f858b1f90bd5061c1592256af72622b4597d3f1 /.travis.yml
parent64e94578ec0f284f525877fd0df9316bc4708c86 (diff)
downloadlibical-git-d9ab316af84825e3506370c3da855afbcd796226.tar.gz
for the Coverity Scan, the build dir should already exist
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 4924d46b..e29c2f73 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,6 +20,6 @@ addons:
name: libical/libical
description: "Libical is an Open Source implementation of the iCalendar protocols and protocol data units."
notification_email: allen.winter@kdab.com
- build_command_prepend: mkdir build && cd build && cmake ..
+ build_command_prepend: cd build && cmake ..
build_command: make
branch_pattern: coverity_scan