Fix Travis build

This commit is contained in:
Gerhard Schlager 2019-01-02 18:09:02 +01:00
parent d7656f30c3
commit cb9bee4153
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ cache:
- vendor/bundle - vendor/bundle
before_install: before_install:
- wget -qO- https://raw.githubusercontent.com/discourse/discourse_docker/master/image/base/install-pngquant | sudo sh
- nvm install node - nvm install node
- node --version - node --version
- gem install bundler - gem install bundler