Skip to content

Commit

Permalink
Merge branch 'release/1.0.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
davesag committed Nov 15, 2019
2 parents 7159cf7 + 9a2afd7 commit 87dcb58
Show file tree
Hide file tree
Showing 4 changed files with 808 additions and 382 deletions.
8 changes: 2 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- restore_cache:
keys:
- v1.0.3-dependencies-{{ checksum "package.json" }}
- dependencies-{{ checksum "package.json" }}

- run:
name: Install global packages
Expand All @@ -33,7 +33,7 @@ jobs:
command: npm install

- save_cache:
key: v1.0.3-dependencies-{{ checksum "package.json" }}
key: dependencies-{{ checksum "package.json" }}
paths:
- node_modules

Expand All @@ -49,10 +49,6 @@ jobs:
name: Integration Tests
command: npm run test:integration

- run:
name: Mutation Tests
command: npm run test:mutants

- run:
name: Push any lockfile changes
command: greenkeeper-lockfile-upload
Expand Down
3 changes: 3 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# These are supported funding model platforms

github: [davesag]
Loading

0 comments on commit 87dcb58

Please sign in to comment.