Skip to content

Commit

Permalink
Cache ESLint results
Browse files Browse the repository at this point in the history
  • Loading branch information
j-f1 committed Aug 21, 2017
1 parent 53d8c37 commit 53e72d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ cache:
directories:
- node_modules
- $HOME/.electron
- .eslintcache

install:
- npm install -g [email protected]
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ environment:
nodejs_version: "7"

cache:
- .eslintcache
- node_modules
- '%USERPROFILE%\.electron'

Expand Down

0 comments on commit 53e72d2

Please sign in to comment.