vfsStream via pyrus
diff --git a/.travis.yml b/.travis.yml
index a2449c5..87e528f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,7 +6,7 @@
   - 5.4
 
 before_script:
-  - pyrus channel-discover pear.php-tools.net
-  - pyrus install pat/vfsStream-alpha
+  - pyrus install http://pear.php-tools.net/get/vfsStream-0.11.2.tgz
+  - phpenv rehash
 
 script: phpunit --configuration tests/phpunit.xml
\ No newline at end of file
diff --git a/readme.rst b/readme.rst
index 69d82c2..c209345 100644
--- a/readme.rst
+++ b/readme.rst
@@ -13,7 +13,7 @@
 *******************
 Release Information
 *******************
-Status : [![Build Status](https://secure.travis-ci.org/toopay/CodeIgniter?branch=unit-tests)](http://travis-ci.org/toopay/CodeIgniter)
+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.