Skip to content

Commit

Permalink
travis
Browse files Browse the repository at this point in the history
  • Loading branch information
csm123 committed Oct 7, 2014
1 parent 8e1735f commit 0d3b672
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ rvm:
- "1.9.3"
- "2.0.0"
- "2.1.3"

# uncomment this line if your project needs to run something other than `rake`:
script: bundle exec rspec
# script: bundle exec rspec
2 changes: 1 addition & 1 deletion Appraisals
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
['4.0.10', '4.1.6', '3.2.19', '3.1.12', '3.0.20'].each do |rails_version|
['4.1.6', '3.2.19', '3.1.12', '3.0.20'].each do |rails_version|
appraise "rails_#{rails_version}" do
gem "rails", rails_version
end
Expand Down

0 comments on commit 0d3b672

Please sign in to comment.