File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
44Here you'll find the documentation for the Particle platform, including
@@ -74,7 +74,7 @@ To run the tests locally, run:
7474npm 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
8686Updating 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
9393Organization
9494------------
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ var util = require('util');
88var chalk = require ( 'chalk' ) ;
99var _ = 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
1414var ignoreHosts = [
You can’t perform that action at this time.
0 commit comments