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