mirror of
https://github.com/discourse/discourse.git
synced 2025-02-21 20:18:40 +08:00
Don't install development group gems in Travis
Will speed up set up time slightly
This commit is contained in:
parent
208575f93d
commit
b66ee10c18
@ -6,6 +6,7 @@ before_script:
|
|||||||
- cp config/redis.yml.sample config/redis.yml
|
- cp config/redis.yml.sample config/redis.yml
|
||||||
- psql -c 'create database discourse_test;' -U postgres
|
- psql -c 'create database discourse_test;' -U postgres
|
||||||
- rake db:migrate
|
- rake db:migrate
|
||||||
|
bundler_args: --without development
|
||||||
script: 'rake jshint && rake spec && bundle exec guard-jasmine --server-timeout=60'
|
script: 'rake jshint && rake spec && bundle exec guard-jasmine --server-timeout=60'
|
||||||
services:
|
services:
|
||||||
- redis-server
|
- redis-server
|
||||||
|
Loading…
x
Reference in New Issue
Block a user