Skip to content

Commit

Permalink
ci: cache only templates
Browse files Browse the repository at this point in the history
  • Loading branch information
huafu committed Aug 10, 2018
1 parent 250abb4 commit 205af38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
cache:
npm: true
directories:
- /tmp/ts-jest-e2e-workdir
- /tmp/ts-jest-e2e-workdir/__templates__

node_js:
- "10"
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ install:

cache:
- '%APPDATA%\npm-cache -> package.json'
- '%APPDATA%\ts-jest-e2e'
- '%APPDATA%\ts-jest-e2e\__templates__'

# Post-install test scripts.
test_script:
Expand Down

0 comments on commit 205af38

Please sign in to comment.