mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Merge pull request #97 from connorshea/test-ruby-24
Add Ruby 2.4 to test matrix.
This commit is contained in:
commit
2669cd5c03
2 changed files with 2 additions and 1 deletions
|
@ -13,6 +13,8 @@ matrix:
|
|||
env: TASK=test
|
||||
- rvm: 2.3.1
|
||||
env: TASK=test
|
||||
- rvm: 2.4.0
|
||||
env: TASK=test
|
||||
- rvm: ruby-head
|
||||
env: TASK=test
|
||||
- rvm: 2.3.1
|
||||
|
|
1
Gemfile
1
Gemfile
|
@ -9,6 +9,5 @@ gem 'pry-byebug'
|
|||
|
||||
if RUBY_PLATFORM !~ /mswin|mingw|bccwin|wince/
|
||||
gem 'faml'
|
||||
gem 'lineprof'
|
||||
gem 'stackprof'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue