Fix travis condition

parent b114975e
...@@ -90,7 +90,7 @@ stages: ...@@ -90,7 +90,7 @@ stages:
- name: test - name: test
if: type != cron if: type != cron
- name: asan - name: asan
if: type != cron AND \ if: type != cron AND
type != pull_request type != pull_request
- name: coverity - name: coverity
if: type = cron if: type = cron
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment