Skip to content

Commit

Permalink
Added local gemfiles for faster Travis install
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurav-nelson authored and openshift-cherrypick-robot committed Oct 17, 2023
1 parent 94016ef commit 0236285
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
language: python
cache:
pip: true
directories:
- /home/travis/.rvm/gems

git:
depth: 10
Expand All @@ -13,7 +11,7 @@ jobs:
- chmod +x autopreview.sh
- ./autopreview.sh
install:
- gem install asciidoctor asciidoctor-diagram rouge
- 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
- pip3 install pyyaml aura.tar.gz
script:
# Fail if Asciidoctor encounters errors. Pass otherwise. Then, build updated distros
Expand Down
Binary file added _gemfiles/asciidoctor-2.0.20.gem
Binary file not shown.
Binary file added _gemfiles/asciidoctor-diagram-2.2.14.gem
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added _gemfiles/rexml-3.2.6.gem
Binary file not shown.
Binary file added _gemfiles/rouge-4.1.3.gem
Binary file not shown.

0 comments on commit 0236285

Please sign in to comment.