From 7e7ae902a62983d177257121e8a01b8547b5d10b Mon Sep 17 00:00:00 2001 From: Joachim Bauch Date: Mon, 27 Apr 2015 18:50:56 +0200 Subject: [PATCH] Also run "styleshint" and "jshint" on Travis. "styleslint" needs fixes in the styles first. --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 00cccae3..bd8c9558 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,11 @@ script: - ./autogen.sh - ./configure - make get + - make styleshint + # TODO(fancycode): enable styleslint once all styles have been fixed + # - make styleslint - make styles + - make jshint - make javascript - make binary - make build-i18n