1
0
Fork 0
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:
Takashi Kokubun 2016-12-31 14:42:28 +09:00 committed by GitHub
commit 2669cd5c03
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -9,6 +9,5 @@ gem 'pry-byebug'
if RUBY_PLATFORM !~ /mswin|mingw|bccwin|wince/
gem 'faml'
gem 'lineprof'
gem 'stackprof'
end