Skip to content

Commit 5df4e0a

Browse files
Ashish AggarwalAshish Aggarwal
authored andcommitted
cache node_modules in travis
1 parent d8abff9 commit 5df4e0a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.travis.yml

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

17+
cache:
18+
directories:
19+
- node_modules
20+
1721
script:
1822
- make build integration_tests
1923

0 commit comments

Comments
 (0)