Skip to content

Commit

Permalink
Update travis settings (#2124)
Browse files Browse the repository at this point in the history
* Update travis settings

* Temporarily switch off cache

* Turn cache back on

* Update to bundlesize2

* Update package-lock as well
  • Loading branch information
marvec authored Feb 23, 2025
1 parent 5103ddc commit 7674860
Show file tree
Hide file tree
Showing 3 changed files with 256 additions and 1,091 deletions.
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

0 comments on commit 7674860

Please sign in to comment.