Skip to content

Commit 48bb53b

Browse files
authored
Merge pull request #66345 from gaurav-nelson/local-gems
Travis CI: Local gems install
2 parents b3dcbde + f5111d6 commit 48bb53b

7 files changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
language: python
22
cache:
33
pip: true
4-
directories:
5-
- /home/travis/.rvm/gems
64

75
git:
86
depth: 10
@@ -13,7 +11,7 @@ jobs:
1311
- chmod +x autopreview.sh
1412
- ./autopreview.sh
1513
install:
16-
- gem install asciidoctor asciidoctor-diagram rouge
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
1715
- pip3 install pyyaml aura.tar.gz
1816
script:
1917
# Fail if Asciidoctor encounters errors. Pass otherwise. Then, build updated distros

_gemfiles/asciidoctor-2.0.20.gem

275 KB
Binary file not shown.
84.5 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.

_gemfiles/rexml-3.2.6.gem

100 KB
Binary file not shown.

_gemfiles/rouge-4.1.3.gem

533 KB
Binary file not shown.

0 commit comments

Comments
 (0)