We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c8a58e commit baff967Copy full SHA for baff967
.travis.yml
@@ -4,6 +4,8 @@ cache:
4
- ~/.npm
5
node_js:
6
- '12.18.3'
7
+before_script:
8
+ - export NODE_OPTIONS=--max_old_space_size=8192
9
script:
10
- npm run test:prod && npm run build:travis
11
branches:
0 commit comments