Also run "styleshint" and "jshint" on Travis.
@ -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