diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-03-20 14:40:56 +0100 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-03-20 14:40:56 +0100 |
commit | 84a3b25b11da0f5b69c9a128cd79b98bfb70dc30 (patch) | |
tree | a5fd16fe0ae7b0ab3e8ee9a56683da7c3cc7225a /.travis.yml | |
parent | 75124a53cf54f2a8c094756f9189be9159957f28 (diff) | |
parent | 820999cb0d82c80d6dc5dde133568812c8113e29 (diff) |
Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-helpers-sst
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 7f290e6be..032bf9df5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,14 @@ phps: - 5.3 - 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 + +script: phpunit --configuration tests/phpunit.xml + branches: - except: + only: - develop - - master + - master
\ No newline at end of file |