Skip to content
This repository has been archived by the owner on Dec 9, 2018. It is now read-only.

Commit

Permalink
Add some Travis CI options
Browse files Browse the repository at this point in the history
  • Loading branch information
frodenas committed Aug 2, 2012
1 parent 93b6594 commit e787004
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
@@ -1,6 +1,8 @@
branches:
only:
- master
language: ruby
script: bundle exec rspec spec
rvm:
- 1.9.2
- 1.9.3
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -24,6 +24,7 @@ end

# RSpec2 needs to be in the :development group to expose generators and rake tasks without having to type RAILS_ENV=test
group :development, :test do
gem "rake", '~> 0.9.2.2'
gem 'rspec-rails', '~> 2.11.0'
end

Expand Down

0 comments on commit e787004

Please sign in to comment.