summaryrefslogtreecommitdiff
path: root/Rakefile
AgeCommit message (Expand)Author
2017-12-21move yard deps to Gemfile and remove rake taskDan Allen
2017-09-19rename license text file to LICENSE [skip ci]Dan Allen
2017-09-04clarify how to grant the Travis user permission to trigger the buildDan Allen
2017-09-04add note about TRAVIS_TOKENDan Allen
2017-09-04add asciidoctor-reveal.js to list of downstream projects to triggerDan Allen
2017-08-13fix typo in URL of config file in build:dependents taskDan Allen
2017-08-13fix dependent builds taskDan Allen
2017-08-13apply upstream only CI config to triggered builds, if availableDan Allen
2017-07-24fix check for TRAVIS_TAG in build:dependents taskDan Allen
2017-07-24reverse logic when checking whether to skip dependent buildsDan Allen
2017-07-24don't trigger dependent builds for tagsDan Allen
2017-07-20abbreviate sha1 hash in message for triggered buildsDan Allen
2017-07-20trigger build of Asciidoctor Diagram on every change to masterDan Allen
2017-07-17Trigger build of branch asciidoctorj-1.6.0 on updates (PR #2317)Robert Panzer
2017-07-14retrieve repo slug for commit message from env variableDan Allen
2017-07-14also include the commit hash in the message subject for triggered buildsDan Allen
2017-07-14try the commit URL in the triggered build messageDan Allen
2017-07-14add commit memo to message used for triggered buildDan Allen
2017-07-13fix status messages in build:dependents taskDan Allen
2017-07-13customize commit message of dependent buildsDan Allen
2017-07-13trigger build of AsciidoctorJ against upstream on every change to core (PR #2...Robert Panzer
2017-07-12only trigger dependent builds on first job in matrixDan Allen
2017-07-11add missing require in RakefileDan Allen
2017-07-11rework build:dependents task; tie into Travis buildDan Allen
2017-07-09Adds a Rake task to trigger build on dependent projectsGuillaume Grossetie
2017-06-25rename block arg used to configure test task; set default task to test:allDan Allen
2017-06-25remove unused test configuration in RakefileDan Allen
2017-06-25configure feature tests to only show progressDan Allen
2017-04-20resolves #2136 validate name of inline macro; cache inline macro rx (PR #2137)Dan Allen
2016-11-28don't fail build if .yardopts file is missingDan Allen
2015-10-31prepare for 1.5.3 releaseDan Allen
2014-11-24only print LANG in Travis buildsDan Allen
2014-11-10enable CI reportsDan Allen
2014-08-10enable feature tests in Travis CIDan Allen
2014-08-05prepare for the next development iteration [ci skip]Dan Allen
2014-08-05update LICENSE file to include file extensionDan Allen
2014-07-03fix yard taskDan Allen
2014-04-08tests: switch to minitestKen Dreyer
2014-02-28add .yardopts file for rubydoc.infoDan Allen
2014-02-17bump GC memory a few notchesDan Allen
2014-02-17adjust memory settings for tests, disable tty modeDan Allen
2014-02-16minor optimizationsDan Allen
2014-02-16call each thing by its right nameDan Allen
2014-02-16resolves #804 rewrite extensions to support extension instancesDan Allen
2013-10-26prevent YARD from mangling command statements in READMEDan Allen
2013-10-26resolves #739 generate API docs using YARD instead of RDocDan Allen
2013-10-25resolves #731 add initial Cucumber test infrastructureDan Allen
2013-09-30resolves #654 use gem tasks from BundlerDan Allen
2013-09-29resolves #653 build gemspec files using git ls-treeDan Allen
2013-09-21add comment [ci skip]Dan Allen