From eff372ce95d34abd151a857df81f30b9b7b5e3a3 Mon Sep 17 00:00:00 2001 From: kiryteo Date: Sat, 30 Dec 2017 08:34:35 +0530 Subject: [PATCH] Updated .travis.yml for CI support travis.yml : Add CI for coala This adds ``coala --ci`` to have CI support for coala Fixes https://github.com/coala/coala-vs-code/issues/22 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 5d28525..ede13da 100644 --- a/.travis.yml +++ b/.travis.yml @@ -51,6 +51,7 @@ script: - sed -i.bak '/bears = GitCommitBear/d' .coafile # Server side tests. - coverage run $(which behave) ./tests/server.features + - coala --ci # # Integration tests. # - cd ./vscode-client # - npm test