summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index a2449c593..87e528f36 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,7 +6,7 @@ phps:
- 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