We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22bb0cb commit e5af8e1Copy full SHA for e5af8e1
.travis.yml
@@ -4,8 +4,7 @@ git:
4
depth: false
5
cache: bundler
6
before_install:
7
- - wget https://raw.githubusercontent.com/progit/progit2-pub/master/bootstrap.sh
8
- - sh bootstrap.sh
+ - rm -f Gemfile.lock
9
script: bundle exec rake book:build
10
after_success: bundle exec rake book:tag
11
deploy:
Gemfile
@@ -6,8 +6,9 @@ gem 'asciidoctor', '1.5.6.2'
gem 'json'
gem 'awesome_print'
-gem 'asciidoctor-epub3', '~> 1.5.0.alpha.9'
-gem 'asciidoctor-pdf', '~> 1.5.0.beta.8'
+gem 'ttfunk', '= 1.5.1'
+gem 'asciidoctor-epub3', '1.5.0.alpha.9'
+gem 'asciidoctor-pdf', '1.5.0.alpha.16'
12
gem 'asciidoctor-pdf-cjk', '~> 0.1.3'
13
gem 'asciidoctor-pdf-cjk-kai_gen_gothic', '~> 0.1.1'
14
0 commit comments