We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5efae5f + 8be24b8 commit 8a33517Copy full SHA for 8a33517
.travis.yml
@@ -7,9 +7,8 @@ git:
7
jobs:
8
include:
9
- name: "Preview, validate, and build"
10
- # before_install:
11
- # - chmod +x autopreview.sh
12
- # - ./autopreview.sh
+ before_install:
+ - if [ "$TRAVIS_BRANCH" != "main" ]; then chmod +x autopreview.sh && ./autopreview.sh; fi
13
install:
14
- gem install --local _gemfiles/asciidoctor-2.0.20.gem _gemfiles/asciidoctor-diagram-plantuml-1.2023.10.gem _gemfiles/asciidoctor-diagram-ditaamini-1.0.3.gem _gemfiles/rexml-3.2.6.gem _gemfiles/asciidoctor-diagram-2.2.14.gem _gemfiles/rouge-4.1.3.gem
15
- pip3 install pyyaml aura.tar.gz
0 commit comments