Don't install development group gems in Travis

Will speed up set up time slightly
This commit is contained in:
Thomas McDonald 2013-03-06 12:36:19 +00:00
parent 208575f93d
commit b66ee10c18
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ before_script:
- cp config/redis.yml.sample config/redis.yml
- psql -c 'create database discourse_test;' -U postgres
- rake db:migrate
bundler_args: --without development
script: 'rake jshint && rake spec && bundle exec guard-jasmine --server-timeout=60'
services:
- redis-server