]> git.openstreetmap.org Git - rails.git/commitdiff
Add JSHint to travis configuration
authorTom Hughes <tom@compton.nu>
Tue, 24 Feb 2015 19:45:43 +0000 (19:45 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 24 Feb 2015 19:45:43 +0000 (19:45 +0000)
.travis.yml

index 49da7b493a055e74df53245253e37de203af555c..5886be87ef8cc15faa96aaaec043c278664edad7 100644 (file)
@@ -21,4 +21,5 @@ before_script:
   - bundle exec rake db:migrate
 script:
   - bundle exec rubocop -f fuubar
   - bundle exec rake db:migrate
 script:
   - bundle exec rubocop -f fuubar
+  - bundle exec rake jshint
   - bundle exec rake test
   - bundle exec rake test