Skip to content

Commit d8abff9

Browse files
Ashish AggarwalAshish Aggarwal
authored andcommitted
removing cached directory
1 parent 4ed4465 commit d8abff9

2 files changed

Lines changed: 0 additions & 5 deletions

File tree

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ env:
1414
- TAG=${TRAVIS_TAG}
1515
- SHA=${TRAVIS_COMMIT}
1616

17-
cache:
18-
directories:
19-
- node_modules
20-
2117
script:
2218
- make build integration_tests
2319

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ idl_codegen:
5757

5858
.PHONY: npm_install
5959
npm_install:
60-
rm -rf node_modules/grpc*
6160
npm install
6261

6362
example: build

0 commit comments

Comments
 (0)