[master] 3c1725bf2 Fix travis condition

Federico G. Schwindt fgsch at lodoss.net
Sat Mar 16 19:16:06 UTC 2019


commit 3c1725bf2a05db27f64badbb07d1460252066edf
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date:   Sat Mar 16 19:15:50 2019 +0000

    Fix travis condition

diff --git a/.travis.yml b/.travis.yml
index 8126a2fb8..3486b8cfa 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -90,7 +90,7 @@ stages:
   - name: test
     if: type != cron
   - name: asan
-    if: type != cron AND \
+    if: type != cron AND
         type != pull_request
   - name: coverity
     if: type = cron


More information about the varnish-commit mailing list