use ruby 2.1.5

This commit is contained in:
Josh Kalderimis 2015-01-13 18:57:32 +01:00
parent 570602fc92
commit 371d67f900
3 changed files with 15 additions and 9 deletions

View File

@ -1 +1 @@
2.1.4 2.1.5

View File

@ -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"

View File

@ -1,6 +1,8 @@
source 'https://rubygems.org' source 'https://rubygems.org'
gemspec gemspec
ruby "2.1.5"
gem 's3', github: 'travis-ci/s3' gem 's3', github: 'travis-ci/s3'
gem 'travis-core', github: 'travis-ci/travis-core' gem 'travis-core', github: 'travis-ci/travis-core'