Stasik0 пре 11 година
родитељ
комит
b958279334
1 измењених фајлова са 5 додато и 3 уклоњено
  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