Skip to content

Commit

Permalink
ci: increase memory limit to 2GiB
Browse files Browse the repository at this point in the history
This is to work around what appears to be a problem with
babel/ember-cli-babel/... on node 8 / 10.
  • Loading branch information
jacobq committed Oct 2, 2019
1 parent 910dc4e commit 2c8536a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
script:
- npm run lint:hbs
- npm run lint:js
- npm test
- NODE_OPTIONS=--max_old_space_size=2048 npm test

- stage: "Additional Tests (other Ember versions)"
env: EMBER_TRY_SCENARIO=ember-lts-2.16
Expand Down

0 comments on commit 2c8536a

Please sign in to comment.