Skip to content

Commit

Permalink
trying to get jshint to work on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ZogStriP committed Mar 2, 2013
1 parent 9858beb commit fb17c45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ before_script:
- cp config/redis.yml.sample config/redis.yml
- psql -c 'create database discourse_test;' -U postgres
- rake db:migrate
script: 'rake spec && bundle exec guard-jasmine --server-timeout=60'
script: 'rake jshint && rake spec && bundle exec guard-jasmine --server-timeout=60'
services:
- redis-server
- redis-server

0 comments on commit fb17c45

Please sign in to comment.