add jpe extension as IMAGETYPE_JPEG
[kohana-image.git] / .travis.yml
blob1313e377c30db6771a26474a669469c297b85722
1 language: php
3 php:
4   - 5.3
5   - 5.4
6   - 5.5
7   - 5.6
8   - hhvm
10 before_script:
11   - 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