Commit a171864a by tady

ruby 2.0.0, 2.1.2

parent b0c8d230
......@@ -2,6 +2,7 @@ bundler_args: "--without development --path=~/.bundle"
language: ruby
rvm:
- 2.1.2
- 2.0.0
env:
matrix:
- DB_TEST_DATABASE=rendezvous_test DB_TEST_USER=travis
......
......@@ -11,7 +11,7 @@ A simple markdown-based blog & wiki system for team.
# Supported versions
- Ruby 2.1.2
- Ruby 2.0.0
- Rails 4.1.0
# How to install and use.
......
......@@ -35,7 +35,7 @@ set :linked_dirs, %w{bin log tmp/pids tmp/cache tmp/sockets vendor/bundle public
set :keep_releases, 5
set :rbenv_type, :system
set :rbenv_ruby, '2.1.2'
set :rbenv_ruby, '2.0.0-p353'
set :rbenv_prefix, "RBENV_ROOT=#{fetch(:rbenv_path)} RBENV_VERSION=#{fetch(:rbenv_ruby)} #{fetch(:rbenv_path)}/bin/rbenv exec"
set :rbenv_map_bins, %w{rake gem bundle ruby rails}
set :rbenv_roles, :all # default value
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment