From 113df71e173e1e1e7985e4582b5c134ecc09eef2 Mon Sep 17 00:00:00 2001 From: foo-dogsquared Date: Wed, 14 Aug 2019 17:12:48 +0800 Subject: [PATCH] Revise CI build script --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bfbe215..2a3584f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,11 @@ dist: xenial addons: snaps: - hugo + - ruby script: + - gem --version + - gem install asciidoctor + - asciidoctor --version - hugo deploy: local_dir: "public/" @@ -13,6 +17,6 @@ deploy: skip_cleanup: true github_token: $GITHUB_TOKEN target_branch: gh-pages - keep_history: true on: branch: master + \ No newline at end of file