Ver código fonte

2nd try with coverity

Stasik0 11 anos atrás
pai
commit
b958279334
1 arquivos alterados com 5 adições e 3 exclusões
  1. 5 3
      .travis.yml

+ 5 - 3
.travis.yml

@@ -1,4 +1,6 @@
 language: c
+compiler:
+  - gcc
 
 env:
   global:
@@ -12,9 +14,9 @@ addons:
       name: "acplt/open62541"
       description: "Open-source OPC UA"
     notification_email: 
-    build_command_prepend: ./configure
-    build_command: make
-    branch_pattern: coverity_scan
+    build_command_prepend: "./configure"
+    build_command: "make"
+    branch_pattern: master
 
 before_install:
  - sudo apt-get update -qq