Skip to content

Commit

Permalink
Removed increase-memory-limit plugin in favour of NODE_OPTIONS enviro…
Browse files Browse the repository at this point in the history
…nment variable.
  • Loading branch information
n1474335 committed Jan 1, 2019
1 parent 1bf513c commit c86007d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ addons:
install: npm install
before_script:
- npm install -g grunt
- npm install -g increase-memory-limit
- increase-memory-limit
- export NODE_OPTIONS=--max_old_space_size=1024
script:
- grunt lint
- grunt test
Expand Down

0 comments on commit c86007d

Please sign in to comment.