install asciidoc in gitlab-ci

This commit is contained in:
James F. Carter
2016-10-05 12:07:24 +01:00
parent d6968d8242
commit d47a44a204

View File

@@ -1,7 +1,7 @@
image: "ruby:2.1" image: "ruby:2.1"
before_script: before_script:
- apt-get update; apt-get install -y check libev-dev net-tools - apt-get update; apt-get install -y check libev-dev net-tools asciidoc
unit_test: unit_test:
script: script: