Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update travis settings #2124

Merged
merged 5 commits into from
Feb 23, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ addons:
before_install:
- curl -s "https://get.sdkman.io" | bash
- source "$HOME/.sdkman/bin/sdkman-init.sh"
- sdk install java 21.0.1-open
- sdk use java 21.0.1-open
- sdk install java 23.0.1-open
- sdk use java 23.0.1-open
- 'sudo apt-get install -y libgconf-2-4'
- 'nvm install v18.18.0'
- 'nvm use v18.18.0'
- 'nvm install v22.14.0'
- 'nvm use v22.14.0'
- 'npm i -g npm@latest'
install:
- './travis-build.sh'
Expand Down
Loading
Loading