Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

Commit

Permalink
build(webpack): Fix incremental webpack builds (upgrade to node@8.15.1)
Browse files Browse the repository at this point in the history
Upgrades to node@8.15.1 and yarn@1.13.0 to be consistent with rest of sentry

Perf regression in node 8.10.0 - see nodejs/node#19769
See getsentry/sentry#12408
  • Loading branch information
billyvg committed Mar 14, 2019
1 parent f975ff1 commit 7d56d74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ env:
global:
- PIP_DISABLE_PIP_VERSION_CHECK=on
- SENTRY_SKIP_BACKEND_VALIDATION=1
- TRAVIS_NODE_VERSION=8.10.0
- YARN_VERSION="1.3.2"
- TRAVIS_NODE_VERSION=8.15.1
- YARN_VERSION="1.13.0"
install:
- 'export PATH=$PATH:~/.bin'
- rvm install 2.2.5
Expand Down

0 comments on commit 7d56d74

Please sign in to comment.