-
- Downloads
Add travis support
.travis.yml
0 → 100644
Gemfile
0 → 100644
source 'https://rubygems.org' | ||
gem 'asciidoctor', '1.5.6.1' | ||
gem 'json' | ||
gem 'awesome_print' | ||
gem 'asciidoctor-epub3', :git => 'https://github.com/asciidoctor/asciidoctor-epub3' | ||
gem 'asciidoctor-pdf', '1.5.0.alpha.16' | ||
gem 'asciidoctor-pdf-cjk', '~> 0.1.3' | ||
gem 'asciidoctor-pdf-cjk-kai_gen_gothic', '~> 0.1.1' | ||
gem 'coderay' | ||
gem 'pygments.rb' | ||
gem 'thread_safe' |
ci/build.sh
0 → 100755
Please register or sign in to comment