Restructure Request tests to avoid Request::factory calls in providers
[kohana-core.git] / .travis.yml
blob603c929a3c86f5a91bc42c97e5c7ca5a4be064aa
1 language: php
3 php:
4   - 5.3
5   - 5.4
6   - 5.5
7   - 5.6
8   - hhvm
10 before_script:
11   - COMPOSER_ROOT_VERSION=3.3.x-dev composer install --prefer-dist
12   - vendor/bin/koharness
14 script:
15   - cd /tmp/koharness && ./vendor/bin/phpunit --bootstrap=modules/unittest/bootstrap.php modules/unittest/tests.php
17 notifications:
18   email: false