Skip to content

Commit 489a8f2

Browse files
authored
Update dependencies (#1076)
* Update dependencies * fix jest * Update package-lock.json * Add cache to travis * test npm ci cache
1 parent c4e238f commit 489a8f2

File tree

4 files changed

+2045
-2513
lines changed

4 files changed

+2045
-2513
lines changed

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
language: node_js
22
node_js:
33
- '10.14'
4+
5+
branches:
6+
only:
7+
- master
8+
- /^greenkeeper/.*$/
9+
- /^v?[0-9]+.[0-9]+.[0-9]+(-.*)?$/
10+
11+
cache:
12+
directories:
13+
- "$HOME/.npm"
14+
415
before_install:
516
- npm install -g greenkeeper-lockfile@1
617
before_script:

0 commit comments

Comments
 (0)