Browse Source

Merge pull request #205 from fancycode/travis_more_checks

Also run "styleshint" and "jshint" on Travis.
pull/153/head
Simon Eisenmann 10 years ago
parent
commit
74f8cf78c5
  1. 4
      .travis.yml

4
.travis.yml

@ -26,7 +26,11 @@ script: @@ -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

Loading…
Cancel
Save