[master] 2491883a3 More tweaking

Federico G. Schwindt fgsch at lodoss.net
Thu Mar 14 22:50:08 UTC 2019


commit 2491883a360c4404c2ab5933a62e94a5b43accca
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date:   Thu Mar 14 22:48:48 2019 +0000

    More tweaking

diff --git a/.travis.yml b/.travis.yml
index d26586e8e..fbf0c9b85 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,14 +22,17 @@ script:
 jobs:
   include:
     - stage: test
+      if: type != cron
       os: linux
       dist: xenial
       compiler: gcc
     - stage: test
+      if: type != cron
       os: linux
       dist: xenial
       compiler: clang
     - stage: test
+      if: type != cron
       os: linux
       dist: xenial
       compiler: clang
@@ -43,6 +46,7 @@ jobs:
         - ./autogen.sh
         - ./configure --enable-developer-warnings --enable-debugging-symbols --disable-stack-protector --with-persistent-storage --enable-asan --enable-ubsan
     - stage: test
+      if: type != cron
       os: osx
       osx_image: xcode10.1
       compiler: clang
@@ -77,8 +81,8 @@ jobs:
             'https://scan.coverity.com/builds?project=varnish'
   fast_finish: true
   allow_failures:
-  - os: osx
-  - env: SAN_BUILD=1
+    - os: osx
+    - env: SAN_BUILD=1
 
 notifications:
   irc:


More information about the varnish-commit mailing list