Skip to content

Commit ddb4c7f

Browse files
committed
Update status badge to link to CircleCI
1 parent 61f4738 commit ddb4c7f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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
------------

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)