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