From b0af8167e950270e52c11261f4eed1f1bf8ce480 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Tue, 21 Mar 2017 01:29:34 +0300 Subject: [PATCH] Travis CI: Run CSA in a standalone test configuration --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index df0139a..1023f72 100644 --- a/.travis.yml +++ b/.travis.yml @@ -73,8 +73,10 @@ matrix: - os: linux env: - CPPCHECK=true - - CSA_CHECK=true sudo: required + - os: linux + env: + - CSA_CHECK=true - os: linux env: - CROSS_GCC_VER=4.9.0 -- 2.50.1