Skip to content

Commit

Permalink
Merge pull request yiisoft#1355 from resurtm/tests-travis-eols
Browse files Browse the repository at this point in the history
Fixed EOLs in //tests/travis/README.md.

[ci skip]
  • Loading branch information
cebe committed Sep 8, 2012
2 parents 326851f + 4b64d7c commit 340aebc
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions tests/travis/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
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.

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:

- `memcache-setup.sh`
Compiles and installs the [memcache pecl extension](http://pecl.php.net/package/memcache)
- `mysql-setup.sh`
Prepares the [MySQL](http://www.mysql.com) server instance by creating the test database and granting access to it
- `postgresql-setup.sh`
Same for [PostgreSQL](http://www.postgresql.org/)
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.

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:

- `memcache-setup.sh`
Compiles and installs the [memcache pecl extension](http://pecl.php.net/package/memcache)
- `mysql-setup.sh`
Prepares the [MySQL](http://www.mysql.com) server instance by creating the test database and granting access to it
- `postgresql-setup.sh`
Same for [PostgreSQL](http://www.postgresql.org/)

0 comments on commit 340aebc

Please sign in to comment.