Browse Source

Also run "styleshint" and "jshint" on Travis.

"styleslint" needs fixes in the styles first.
pull/205/head
Joachim Bauch 11 years ago
parent
commit
7e7ae902a6
  1. 4
      .travis.yml

4
.travis.yml

@ -26,7 +26,11 @@ script:
- ./autogen.sh - ./autogen.sh
- ./configure - ./configure
- make get - make get
- make styleshint
# TODO(fancycode): enable styleslint once all styles have been fixed
# - make styleslint
- make styles - make styles
- make jshint
- make javascript - make javascript
- make binary - make binary
- make build-i18n - make build-i18n

Loading…
Cancel
Save