mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-06 00:02:08 -04:00
added 2.6 to the CI suite
This commit is contained in:
parent
403911f0b2
commit
fd05db74e7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user