From a145e8174db014858b99c31f340936e406c4cc34 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Mon, 13 Nov 2017 09:33:42 +0100 Subject: [PATCH] travis: enable static test in travis CI --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000000..df87e00dd4 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,7 @@ +dist: trusty + +before_install: + - sudo apt-get install coreutils realpath doxygen graphviz python-lesscpy cppcheck coccinelle pcregrep + +script: + - make static-test