diff options
author | Taufan Aditya <toopay@taufanaditya.com> | 2012-02-17 17:53:13 +0100 |
---|---|---|
committer | Taufan Aditya <toopay@taufanaditya.com> | 2012-02-17 17:53:13 +0100 |
commit | cfc59244c6cd83a3031fa7cbe45bd6a7056f2791 (patch) | |
tree | c481ba33578181d1682456ea601e5684cc0bc5b5 | |
parent | 418c0bf6b473b79d2c043df9727bf689b371e25c (diff) |
vfsStream via pyrus
-rw-r--r-- | .travis.yml | 1 | ||||
-rw-r--r-- | readme.rst | 2 | ||||
-rw-r--r-- | tests/README.md | 2 |
3 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 87e528f36..405d0a94c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ phps: - 5.4 before_script: + - pyrus channel-discover pear.php-tools.net - pyrus install http://pear.php-tools.net/get/vfsStream-0.11.2.tgz - phpenv rehash diff --git a/readme.rst b/readme.rst index c209345b7..26e04ceac 100644 --- a/readme.rst +++ b/readme.rst @@ -13,7 +13,7 @@ for a given task. ******************* Release Information ******************* -Status : [![Build Status](https://secure.travis-ci.org/toopay/CodeIgniter.png?branch=unit-tests)](http://travis-ci.org/toopay/CodeIgniter) + This repo contains in development code for future releases. To download the latest stable release please visit the `CodeIgniter Downloads <http://codeigniter.com/downloads/>`_ page. diff --git a/tests/README.md b/tests/README.md index ad8051618..f565fa760 100644 --- a/tests/README.md +++ b/tests/README.md @@ -1,5 +1,7 @@ # CodeIgniter Unit Tests # +Status : [![Build Status](https://secure.travis-ci.org/toopay/CodeIgniter.png?branch=unit-tests)](http://travis-ci.org/toopay/CodeIgniter) + *Do not merge to default until these issues have been addressed* - Clean up naming conventions |