From d9ab316af84825e3506370c3da855afbcd796226 Mon Sep 17 00:00:00 2001 From: Allen Winter Date: Fri, 6 Jun 2014 15:43:06 -0400 Subject: for the Coverity Scan, the build dir should already exist --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') 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 -- cgit v1.2.1