mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 18:05:37 +08:00
Merge pull request #378 from thomas-mcdonald/master
Don't install development gems on Travis
This commit is contained in:
commit
4a6b4b6028
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user