Add JSHint to travis configuration

This commit is contained in:
Tom Hughes 2015-02-24 19:45:43 +00:00
parent e0706f06b1
commit 16da03aacb

View file

@ -21,4 +21,5 @@ before_script:
- bundle exec rake db:migrate
script:
- bundle exec rubocop -f fuubar
- bundle exec rake jshint
- bundle exec rake test