Skip to content

Commit

Permalink
Merge pull request #1233 from particle-iot/bug/sc-95133/npm-ci-fails-…
Browse files Browse the repository at this point in the history
…on-docs

npm ci fails on docs
  • Loading branch information
monkbroc authored Jan 11, 2022
2 parents c7ae108 + ddb4c7f commit 1f44c5c
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 21 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Particle Documentation [![Build Status](https://travis-ci.org/particle-iot/docs.svg?branch=master)](https://travis-ci.org/particle-iot/docs)
Particle Documentation [![CircleCI](https://circleci.com/gh/particle-iot/docs/tree/master.svg?style=shield)](https://circleci.com/gh/particle-iot/docs/tree/master)
======================

Here you'll find the documentation for the Particle platform, including
Expand Down Expand Up @@ -74,7 +74,7 @@ To run the tests locally, run:
npm test
```

The result will indicate whether the build will pass Travis CI.
The result will indicate whether the build will pass CircleCI.

#### Deployment

Expand All @@ -86,9 +86,9 @@ npm start
Updating Production Documention
-------------------------------

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

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

Organization
------------
Expand Down
24 changes: 12 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@
"marked": "~0.3.1",
"md5": "^2.2.1",
"metalsmith": "^2.3.0",
"metalsmith-autotoc": "git://github.com/particle-iot/metalsmith-autotoc",
"metalsmith-autotoc": "github:particle-iot/metalsmith-autotoc",
"metalsmith-canonical": "^1.2.0",
"metalsmith-clean-css": "^6.1.3",
"metalsmith-copy": "git://github.com/particle-iot/metalsmith-copy#improved-ci",
"metalsmith-copy": "github:particle-iot/metalsmith-copy#improved-ci",
"metalsmith-filemetadata": "1.0.0",
"metalsmith-gzip": "^1.1.0",
"metalsmith-if": "0.0.1",
"metalsmith-ignore": "git://github.com/particle-iot/metalsmith-ignore",
"metalsmith-ignore": "github:particle-iot/metalsmith-ignore",
"metalsmith-in-place": "^1.0.1",
"metalsmith-layouts": "^1.8.0",
"metalsmith-less": "^2.0.0",
Expand All @@ -52,7 +52,7 @@
"metalsmith-permalinks": "^0.4.0",
"metalsmith-redirect": "^2.1.0",
"metalsmith-register-helpers": "0.4.0",
"metalsmith-register-partials": "git://github.com/particle-iot/metalsmith-register-partials",
"metalsmith-register-partials": "github:particle-iot/metalsmith-register-partials",
"metalsmith-serve": "0.0.7",
"metalsmith-watch": "^1.0.1",
"mocha": "^8.4.0",
Expand Down
2 changes: 1 addition & 1 deletion test/crawler.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ var util = require('util');
var chalk = require('chalk');
var _ = require('lodash');

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

0 comments on commit 1f44c5c

Please sign in to comment.