Skip to content

Commit b2d3bf2

Browse files
build(travis): disable cache
remove prepush hook for faster testing
1 parent 0688271 commit b2d3bf2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: node_js
22
node_js:
33
- lts/*
44

5-
cache: npm
5+
#cache: npm
66
# directories:
77
# - $HOME/.npm
88
# - node_modules

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
"commitmsg": "validate-commit-msg",
3535
"deploy-docs": "ts-node tools/gh-pages-publish",
3636
"lint": "npm run prettier && tslint --project tsconfig.json -t codeFrame --fix",
37-
"prepush": "npm run test:prod && npm run build",
3837
"report-coverage": "cat ./coverage/lcov.info | coveralls",
3938
"semantic-release-prepare": "ts-node tools/semantic-release-prepare",
4039
"test": "jest",

0 commit comments

Comments
 (0)