Skip to content

Commit

Permalink
Attempt to fix webpack command on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Levia committed Sep 3, 2019
1 parent a326da9 commit bcce750
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bcce750

Please sign in to comment.