Skip to content

Commit 98556dc

Browse files
committed
Increase the js heap space so travis doesn't puke when running webpack
1 parent 79c74e6 commit 98556dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ install:
1616
- sudo apt-get -y install qmlscene qt5-default qtdeclarative5-dev qtbase5-dev
1717
- npm install
1818
- export PATH=$PWD/node_modules/.bin:$PATH
19-
- export NODE_OPTIONS="--max-old-space-size=3072"
19+
- export NODE_OPTIONS="--max-old-space-size=4096"
2020
script:
2121
# [Error] module QtQuick is not installed
2222
- source /opt/qt55/bin/qt55-env.sh

0 commit comments

Comments
 (0)