Browse Source

added travis README from yii 1.1

tags/2.0.0-beta
Carsten Brandt 11 years ago
parent
commit
f6f2522ad6
  1. 10
      tests/unit/data/travis/README.md
  2. 0
      tests/unit/data/travis/cubrid-setup.sh

10
tests/unit/data/travis/README.md

@ -0,0 +1,10 @@
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`](memcache-setup.sh)
Compiles and installs the [memcache pecl extension](http://pecl.php.net/package/memcache)
- [`cubrid-setup.sh`](cubrid-setup.sh)
Prepares the [CUBRID](http://www.cubrid.org/) server instance by installing the server and PHP PDO driver

0
tests/unit/data/travis/cubrid-setup.sh

Loading…
Cancel
Save