浏览代码

trying to fix coverity_scan

Stasik0 10 年之前
父节点
当前提交
9b8d5ff4d5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -13,7 +13,7 @@ addons:
       name: acplt/open62541
       description: Open-source OPC UA
     notification_email: null@plt.rwth-aachen.de
-    build_command_prepend: mkdir build && cd build && cmake ..
+    build_command_prepend: cmake .
     build_command: make
     branch_pattern: coverity_scan
 before_install: