Skip to content

Commit

Permalink
fix(Build): Remove npm from travis build (#442)
Browse files Browse the repository at this point in the history
Co-authored-by: Nathan Dickerson <[email protected]>
  • Loading branch information
ndickerson and Nathan Dickerson authored Nov 22, 2024
1 parent f7ffb7c commit 671d99d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
language: java
jdk: openjdk8
cache:
directories:
- node_modules
before_install:
- nvm install 16
install:
- npm install
script:
- mvn verify
after_success:
Expand Down

0 comments on commit 671d99d

Please sign in to comment.