trying to get jshint to work on travis

This commit is contained in:
Régis Hanol 2013-03-02 01:22:35 +01:00
parent 9858beb6af
commit fb17c451ce
1 changed files with 2 additions and 2 deletions

View File

@ -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