소스 검색

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: