asciidoctor / asciidoctor-gradle-examples

A collection of example projects that demonstrates how to use the Asciidoctor Gradle plugin
http://asciidoctor.github.io/asciidoctor-gradle-examples
Other
146 stars 132 forks source link

Unable to install openjdk8 on Travis #53

Closed ggrossetie closed 4 years ago

ggrossetie commented 4 years ago

Expected feature release number in range of 9 to 15, but got: 8

ggrossetie commented 4 years ago

The build is now failing for another reason:

$ git add .
after_script.2
0.00s$ git config user.email "${GIT_EMAIL}"
after_script.3
0.00s$ git config user.name "${GIT_NAME}"
after_script.4
0.01s$ git commit -m "updating outputs"
*** Please tell me who you are.
Run
  git config --global user.email "you@example.com"
  git config --global user.name "Your Name"
to set your account's default identity.
Omit --global to set the identity only in this repository.
fatal: empty ident name (for <>) not allowed
after_script.5
0.00s$ git push -f "${GIT_URL}" gh-pages > /dev/null 2>&1
Done. Your build exited with 1.

@rwinch Do we really want to commit from the CI? I think that GIT_NAME and GIT_EMAIL should be defined on Travis.

rwinch commented 4 years ago

Thanks for the PR...The parameters are defined within travis from our side.

ggrossetie commented 4 years ago

Ok it seems to be working on master but there's another error:

Passing through unknown backend: revealjs
(NoMethodError) undefined method `syntax_highlighter' for #<Asciidoctor::Document:0x18bd893e>

I will see what I can do :wink:

rwinch commented 4 years ago

Thanks...You are making progress which is the important thing :)