Skip to content

Commit

Permalink
Merge pull request #85 from mauricio/rails-4-travis-ci
Browse files Browse the repository at this point in the history
Configuring travis-ci build to run against rails 4 and ruby 2.1 as well
  • Loading branch information
greatuserongithub committed Feb 8, 2014
2 parents b70c203 + 8c84034 commit 589d316
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -2,8 +2,12 @@ language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
services:
- mongodb
- redis
script: bundle exec rake unattended_spec
cache: bundler
gemfile:
- Gemfile
- Gemfile-rails4
5 changes: 5 additions & 0 deletions Gemfile-rails4
@@ -0,0 +1,5 @@
original_gemfile = File.join(File.dirname(__FILE__), 'Gemfile')

eval IO.read(original_gemfile)

gem 'railties', '~> 4.0'

0 comments on commit 589d316

Please sign in to comment.