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:
Jan Böhmer 2020-05-13 21:40:35 +02:00
parent 8b6fe757a0
commit 350f1bb979

View file

@ -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