Only increase stack size in travis build

This commit is contained in:
Lukas Martinelli
2017-01-09 11:39:52 +01:00
parent 4f0c641eb0
commit 2f7658e245
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -16,6 +16,6 @@ install:
- npm install
script:
- mkdir public
- npm run build
- node --stack_size=100000 $(which npm) run build
- npm run lint
- npm run test