diff --git a/README.md b/README.md index 81a36e84a..d9cc67113 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Documentation is at [docs/guide/README.md](docs/guide/README.md). [![Latest Stable Version](https://poser.pugx.org/yiisoft/yii2-mongodb/v/stable.png)](https://packagist.org/packages/yiisoft/yii2-mongodb) [![Total Downloads](https://poser.pugx.org/yiisoft/yii2-mongodb/downloads.png)](https://packagist.org/packages/yiisoft/yii2-mongodb) -[![Build Status](https://travis-ci.org/yiisoft/yii2-mongodb.svg?branch=master)](https://travis-ci.org/yiisoft/yii2-mongodb) +[![Build Status](https://travis-ci.com/yiisoft/yii2-mongodb.svg?branch=master)](https://travis-ci.com/yiisoft/yii2-mongodb) Installation diff --git a/tests/data/travis/README.md b/tests/data/travis/README.md index 324e7d125..003d8e982 100644 --- a/tests/data/travis/README.md +++ b/tests/data/travis/README.md @@ -1,8 +1,8 @@ -This directory contains scripts for automated test runs via the [Travis CI](http://travis-ci.org) build service. They are used for the preparation of worker instances by setting up needed extensions and configuring database access. +This directory contains scripts for automated test runs via the [Travis CI](http://travis-ci.com) build service. They are used for the preparation of worker instances by setting up needed extensions and configuring database access. These scripts might be used to configure your own system for test runs. But since their primary purpose remains to support Travis in running the test cases, you would be best advised to stick to the setup notes in the tests themselves. The scripts are: - [`mongodb-setup.sh`](mongodb-setup.sh) - Enables Mongo DB PHP extension \ No newline at end of file + Enables Mongo DB PHP extension