Skip to content

Commit dfd8a35

Browse files
committed
Update CI parameters
1 parent 98368bd commit dfd8a35

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
# You need to add a deploy key with write permission in order for the CI to commit changes
3333
# back to the repo
3434
# https://circleci.com/docs/2.0/gh-bb-integration/#adding-readwrite-deployment-keys-to-github-or-bitbucket
35-
- "36:2c:16:f2:d0:59:13:25:f1:7f:44:87:a4:52:8f:03"
35+
- "30:87:05:71:0d:09:ab:2f:d6:02:5e:24:64:1a:ce:6a"
3636
# Download and cache dependencies so subsequent builds run faster
3737
- restore_cache:
3838
keys:
@@ -70,7 +70,7 @@ jobs:
7070
# You need to add a deploy key with write permission in order for the CI to commit changes
7171
# back to the repo
7272
# https://circleci.com/docs/2.0/gh-bb-integration/#adding-readwrite-deployment-keys-to-github-or-bitbucket
73-
- "36:2c:16:f2:d0:59:13:25:f1:7f:44:87:a4:52:8f:03"
73+
- "30:87:05:71:0d:09:ab:2f:d6:02:5e:24:64:1a:ce:6a"
7474
# Download and cache dependencies so subsequent builds run faster
7575
- restore_cache:
7676
keys:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SQLite Client for Node.js Apps
22

33
[![NPM version](http://img.shields.io/npm/v/sqlite.svg?style=flat-square)](https://www.npmjs.com/package/sqlite)
4-
[![Build Status](http://img.shields.io/travis/kriasoft/node-sqlite/master.svg?style=flat-square)](https://travis-ci.org/kriasoft/node-sqlite)
4+
[![CircleCI](https://circleci.com/gh/kriasoft/node-sqlite.svg?style=svg)](https://circleci.com/gh/kriasoft/node-sqlite)
55
[![Online Chat](http://img.shields.io/badge/chat-%23node--sqlite_on_Gitter-blue.svg?style=flat-square)](https://gitter.im/kriasoft/node-sqlite)
66
![built with typescript](https://camo.githubusercontent.com/92e9f7b1209bab9e3e9cd8cdf62f072a624da461/68747470733a2f2f666c61742e62616467656e2e6e65742f62616467652f4275696c74253230576974682f547970655363726970742f626c7565)
77
[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

0 commit comments

Comments
 (0)