summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2017-07-20 18:34:38 -0600
committerDan Allen <dan.j.allen@gmail.com>2017-07-20 18:34:38 -0600
commit11eaf590d4ed2eceb5003e94de69791f025736d2 (patch)
treecb164553ed438092a37239517e126d3ea84afa80
parenta0c4fa51c83abb5d80a0e2ceaefda8c15a3b7682 (diff)
trigger build of Asciidoctor Diagram on every change to master
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 913c829d..f3b7996a 100644
--- a/Rakefile
+++ b/Rakefile
@@ -139,6 +139,7 @@ desc 'Trigger builds for all dependent projects on Travis CI'
asciidoctor/asciidoctor.js
asciidoctor/asciidoctorj
asciidoctor/asciidoctorj/asciidoctorj-1.6.0
+ asciidoctor/asciidoctor-diagram
).each do |project|
org, name, branch = project.split '/', 3
branch ||= 'master'