mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-02-20 00:33:45 +01: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user