Procházet zdrojové kódy

2nd try with coverity

Stasik0 před 11 roky
rodič
revize
b958279334
1 změnil soubory, kde provedl 5 přidání a 3 odebrání
  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