added 2.6 to the CI suite

This commit is contained in:
HoneyryderChuck 2018-12-28 00:18:55 +00:00
parent 403911f0b2
commit fd05db74e7

View File

@ -22,7 +22,7 @@ if [[ $RET = 0 ]] && [[ ${RUBY_VERSION:0:3} = "2.6" ]]; then
RUBYOPT="--jit" bundle exec rake test:ci
fi
if [[ $RET = 0 ]] && [[ ${RUBY_VERSION:0:3} = "2.5" ]]; then
if [[ $RET = 0 ]] && [[ ${RUBY_VERSION:0:3} = "2.6" ]]; then
bundle exec rake website_rdoc && \
cd www && bundle install && \
bundle exec jekyll build -d public