Skip to content

Commit

Permalink
Increase allocated memory and upgrade everything
Browse files Browse the repository at this point in the history
  • Loading branch information
cozmo committed Jun 17, 2018
1 parent 9c8a6f0 commit c184aaf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
language: node_js
node_js:
- "4"
- "node" # Latest
deploy:
provider: npm
on:
branch: master
email: cosmo.wolfe@gmail.com
api_key: $NPM_API_TOKEN
script: npm run-script lint && npm test
script: npm run-script lint && node --max-old-space-size=4096 ./node_modules/.bin/jest
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@types/node": "^8.0.27",
"awesome-typescript-loader": "^3.2.3",
"fs-extra": "^4.0.1",
"jest": "^20.0.4",
"jest": "^23.1.0",
"rimraf": "^2.6.2",
"ts-jest": "^20.0.14",
"ts-node": "^3.3.0",
Expand Down

0 comments on commit c184aaf

Please sign in to comment.