summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorTaufan Aditya <toopay@taufanaditya.com>2012-02-17 17:42:08 +0100
committerTaufan Aditya <toopay@taufanaditya.com>2012-02-17 17:42:08 +0100
commit418c0bf6b473b79d2c043df9727bf689b371e25c (patch)
treed2c0d24d065ca679c6792ae411cd43fbbfdbf19c /.travis.yml
parent3a63e44c998e9a934dd3f9e9692dde1625ea42f1 (diff)
vfsStream via pyrus
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