From 5f667e452a2242453f1fbd0582f1259834d02be2 Mon Sep 17 00:00:00 2001 From: Sebastian Reimers Date: Sun, 1 Nov 2015 20:04:41 +0100 Subject: add travis ccheck.py - Code Checker --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 1309656..1c3c57e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,5 +11,8 @@ install: - tar -xzf rem-0.4.6.tar.gz - cd rem-0.4.6 && make && sudo make install && cd .. - sudo ldconfig + - wget "https://github.com/alfredh/pytools/raw/master/ccheck.py" -script: make test +script: + - make test + - python2 ccheck.py -- cgit v1.2.3