Skip to content

Commit

Permalink
update .travis.yml to install with --legacy-peer-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bmomberger-bitovi committed Jun 8, 2022
1 parent 6cef634 commit 3ed9b7a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ matrix:
- npm run http-server &
- sleep 2
script: npm run ui
# grunt-esnext works with later grunt but has a peer dep for earlier
install:
- npm install --legacy-peer-deps

dist: focal
services:
- xvfb

0 comments on commit 3ed9b7a

Please sign in to comment.