Skip to content

Commit 1f44c5c

Browse files
authored
Merge pull request #1233 from particle-iot/bug/sc-95133/npm-ci-fails-on-docs
npm ci fails on docs
2 parents c7ae108 + ddb4c7f commit 1f44c5c

File tree

4 files changed

+21
-21
lines changed

4 files changed

+21
-21
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Particle Documentation [![Build Status](https://travis-ci.org/particle-iot/docs.svg?branch=master)](https://travis-ci.org/particle-iot/docs)
1+
Particle Documentation [![CircleCI](https://circleci.com/gh/particle-iot/docs/tree/master.svg?style=shield)](https://circleci.com/gh/particle-iot/docs/tree/master)
22
======================
33

44
Here you'll find the documentation for the Particle platform, including
@@ -74,7 +74,7 @@ To run the tests locally, run:
7474
npm test
7575
```
7676

77-
The result will indicate whether the build will pass Travis CI.
77+
The result will indicate whether the build will pass CircleCI.
7878

7979
#### Deployment
8080

@@ -86,9 +86,9 @@ npm start
8686
Updating Production Documention
8787
-------------------------------
8888

89-
When updated documentation is pushed to the `master` branch, it is automatically pushed to Amazon S3 by Travis CI.
89+
When updated documentation is pushed to the `master` branch, it is automatically pushed to Amazon S3 by CircleCI.
9090

91-
To see the latest build, visit the [Travis CI page](https://travis-ci.org/particle-iot/docs).
91+
To see the latest build, visit the [CircleCI page](https://app.circleci.com/pipelines/github/particle-iot/docs).
9292

9393
Organization
9494
------------

package-lock.json

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@
3535
"marked": "~0.3.1",
3636
"md5": "^2.2.1",
3737
"metalsmith": "^2.3.0",
38-
"metalsmith-autotoc": "git://github.com/particle-iot/metalsmith-autotoc",
38+
"metalsmith-autotoc": "github:particle-iot/metalsmith-autotoc",
3939
"metalsmith-canonical": "^1.2.0",
4040
"metalsmith-clean-css": "^6.1.3",
41-
"metalsmith-copy": "git://github.com/particle-iot/metalsmith-copy#improved-ci",
41+
"metalsmith-copy": "github:particle-iot/metalsmith-copy#improved-ci",
4242
"metalsmith-filemetadata": "1.0.0",
4343
"metalsmith-gzip": "^1.1.0",
4444
"metalsmith-if": "0.0.1",
45-
"metalsmith-ignore": "git://github.com/particle-iot/metalsmith-ignore",
45+
"metalsmith-ignore": "github:particle-iot/metalsmith-ignore",
4646
"metalsmith-in-place": "^1.0.1",
4747
"metalsmith-layouts": "^1.8.0",
4848
"metalsmith-less": "^2.0.0",
@@ -52,7 +52,7 @@
5252
"metalsmith-permalinks": "^0.4.0",
5353
"metalsmith-redirect": "^2.1.0",
5454
"metalsmith-register-helpers": "0.4.0",
55-
"metalsmith-register-partials": "git://github.com/particle-iot/metalsmith-register-partials",
55+
"metalsmith-register-partials": "github:particle-iot/metalsmith-register-partials",
5656
"metalsmith-serve": "0.0.7",
5757
"metalsmith-watch": "^1.0.1",
5858
"mocha": "^8.4.0",

test/crawler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ var util = require('util');
88
var chalk = require('chalk');
99
var _ = require('lodash');
1010

11-
// Ignore links to these hosts since they occasionally fail on Travis
11+
// Ignore links to these hosts since they occasionally fail on CI
1212
// even though the links are valid. It's worth the risk of dead links to
1313
// avoid flaky builds
1414
var ignoreHosts = [

0 commit comments

Comments
 (0)