From bcce7505ffd2eec06762f49ecb916d3bd9563332 Mon Sep 17 00:00:00 2001 From: Ferdinando Primerano Date: Tue, 3 Sep 2019 13:52:26 +0100 Subject: [PATCH] Attempt to fix webpack command on travis --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index 98b8f2508..5237dd088 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,6 +30,12 @@ before_install: - echo -e '-XX:+DisableExplicitGC\n-Djdk.io.permissionsUseCanonicalPath=true\n-Dlog4j.skipJansi=true\n-server\n' | sudo tee -a /etc/elasticsearch/jvm.options - sudo chown -R elasticsearch:elasticsearch /etc/default/elasticsearch - sudo service elasticsearch start +install: + - bundle install + - nvm install node + - node -v + - npm i -g yarn + - yarn bundler_args: --without development production staging --jobs=6 rvm: - 2.4.1