Merge pull request #323 from ZogStriP/patch-3

trying to get jshint to work on travis
This commit is contained in:
Robin Ward 2013-03-02 08:03:14 -08:00
commit 96ccc6816e
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