Skip to content

Commit

Permalink
feat: use cache in travis (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonocasey authored Nov 6, 2018
1 parent 7107440 commit 65b32cc
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 @@ -2,6 +2,7 @@ sudo: false
dist: trusty
language: node_js
# node version is specified using the .nvmrc file
cache: npm
before_install:
- npm install -g greenkeeper-lockfile@1
before_script:
Expand Down
1 change: 1 addition & 0 deletions generators/app/templates/_.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ sudo: false
dist: trusty
language: node_js
# node version is specified using the .nvmrc file
cache: npm
before_install:
- npm install -g greenkeeper-lockfile@1
before_script:
Expand Down

0 comments on commit 65b32cc

Please sign in to comment.