From 18eef152c4317f76df7ce08f7f8bf41e6a76c907 Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Mon, 19 Nov 2018 13:09:30 +0100 Subject: [PATCH] Change travis references to circleci in doc --- CONTRIBUTING.md | 2 +- DEVELOPING.md | 4 ++-- README.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 21b96ec87b..381c4f00ed 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -42,7 +42,7 @@ Your pull request must: * Follow OpenLayers's coding style. - * Pass the integration tests run automatically by the Travis Continuous + * Pass the integration tests run automatically by the CircleCI Continuous Integration system. * Address a single issue or add a single item of functionality. diff --git a/DEVELOPING.md b/DEVELOPING.md index 800ff0820d..3c519a627b 100644 --- a/DEVELOPING.md +++ b/DEVELOPING.md @@ -5,9 +5,9 @@ You will obviously start by [forking](https://github.com/openlayers/openlayers/fork) the OpenLayers repository. -### Travis CI +### CircleCI -The Travis CI hook is enabled on the Github repository. This means every pull request +The CircleCI hook is enabled on the Github repository. This means every pull request is run through a full test suite to ensure it compiles and passes the tests. Failing pull requests will not be merged. diff --git a/README.md b/README.md index 46afd50c8e..abaa9c3a7e 100644 --- a/README.md +++ b/README.md @@ -62,4 +62,4 @@ Please see our guide on [contributing](CONTRIBUTING.md) if you're interested in - Need help? Find it on [Stack Overflow using the tag 'openlayers'](http://stackoverflow.com/questions/tagged/openlayers) - Follow [@openlayers](https://twitter.com/openlayers) on Twitter -[![Build Status](https://travis-ci.org/openlayers/openlayers.svg?branch=master)](https://travis-ci.org/openlayers/openlayers) +[![CircleCI](https://circleci.com/gh/openlayers/openlayers/tree/master.svg?style=svg)](https://circleci.com/gh/openlayers/openlayers/tree/master)