From 4c132011fbfb3ed583a4567bba844eb8fb236de9 Mon Sep 17 00:00:00 2001 From: Steve Karg Date: Sat, 19 Oct 2019 14:59:34 -0500 Subject: [PATCH] Move lint to end of CI. Narrow lint to server demo --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 56d0b902..775f6902 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,5 +21,5 @@ jobs: - stage: lint os: linux compiler: clang - script: scan-build --status-bugs -analyze-headers -v make -j2 server + script: scan-build --status-bugs -analyze-headers -v make -j2 clean server