mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-20 17:15:51 +02:00
Use a modern nodejs version on travis. On the default version the build process broke due to missing node version.
This commit is contained in:
parent
8b6fe757a0
commit
350f1bb979
1 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,10 @@ php:
|
|||
- '7.3'
|
||||
- '7.4'
|
||||
|
||||
before_install:
|
||||
# Use a more modern nodejs version, than provided by default
|
||||
- nvm install --lts
|
||||
|
||||
install:
|
||||
- composer install -o
|
||||
# Compile assets
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue