Skip to content

Commit

Permalink
Test both haml 5.0 and 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredbeck authored and sds committed May 22, 2019
1 parent 3606ec6 commit aa1fc0c
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ rvm:

gemfile:
- gemfiles/haml4.gemfile
- gemfiles/haml5.gemfile
- gemfiles/haml5.0.gemfile
- gemfiles/haml5.1.gemfile

before_install:
- gem update --system
Expand Down
6 changes: 5 additions & 1 deletion Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ appraise 'haml4' do
gem 'haml', '~> 4'
end

appraise 'haml5' do
appraise 'haml5.0' do
gem 'haml', '~> 5.0.0'
end

appraise 'haml5.1' do
gem 'haml', '~> 5.1.0'
end
13 changes: 13 additions & 0 deletions gemfiles/haml5.0.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# This file was generated by Appraisal

source "https://rubygems.org"

gem "rspec", "~> 3.8"
gem "rspec-its", "~> 1.0"
gem "appraisal"
gem "overcommit", "0.48.0"
gem "rubocop", "0.68.1"
gem "coveralls", require: false
gem "haml", "~> 5.0.0"

gemspec path: "../"
File renamed without changes.

0 comments on commit aa1fc0c

Please sign in to comment.