Skip to content

Commit

Permalink
Fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jducro committed Dec 6, 2024
1 parent e3192f9 commit a797495
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ cache:
directories:
- node_modules
- website/node_modules
before_deploy:
- yes | gem update --system --force
- gem install bundler
- gem install uri
- gem install faraday-net_http -v '3.3.0' # Fix faraday version
- gem install logger
deploy:
- provider: pages
skip-cleanup: true
Expand Down

0 comments on commit a797495

Please sign in to comment.