use ruby 2.1.5
This commit is contained in:
parent
570602fc92
commit
371d67f900
|
@ -1 +1 @@
|
|||
2.1.4
|
||||
2.1.5
|
||||
|
|
20
.travis.yml
20
.travis.yml
|
@ -1,17 +1,21 @@
|
|||
language: ruby
|
||||
|
||||
sudo: false
|
||||
rvm:
|
||||
- 2.1.4
|
||||
|
||||
rvm: 2.1.5
|
||||
|
||||
env:
|
||||
global:
|
||||
- RUBY_GC_MALLOC_LIMIT=90000000
|
||||
- RUBY_GC_HEAP_FREE_SLOTS=200000
|
||||
- RUBY_GC_MALLOC_LIMIT=90000000
|
||||
- RUBY_GC_HEAP_FREE_SLOTS=200000
|
||||
|
||||
cache: bundler
|
||||
|
||||
addons:
|
||||
postgresql: 9.3
|
||||
|
||||
services:
|
||||
- redis
|
||||
- redis
|
||||
|
||||
before_script:
|
||||
- 'RAILS_ENV=test bundle exec rake db:create db:migrate --trace'
|
||||
notifications:
|
||||
irc: "irc.freenode.org#travis"
|
||||
- 'RAILS_ENV=test bundle exec rake db:create db:migrate --trace'
|
||||
|
|
Loading…
Reference in New Issue
Block a user