mirror of
https://github.com/discourse/discourse.git
synced 2025-06-05 14:07:30 +08:00
Don't install development group gems in Travis
Will speed up set up time slightly
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user