Skip to content

Commit

Permalink
chore(travis): use container
Browse files Browse the repository at this point in the history
  • Loading branch information
sanemat committed Jan 20, 2016
1 parent a2163b8 commit 0909576
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
language: ruby
sudo: false
rvm:
- 2.0.0
- 2.1
Expand Down
2 changes: 1 addition & 1 deletion Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ appraise 'actionpack_4_0' do
end

appraise 'actionpack_3_2' do
gem 'actionpack', '>= 3.0', '< 4.0'
gem 'actionpack', '>= 3.2', '< 4.0'
end

0 comments on commit 0909576

Please sign in to comment.