PHP7 support
[kohana-image.git] / .travis.yml
blob9cc1da2f63f11bbbb96f6912254608b4bec2fbf2
1 language: php
3 php:
4   - 5.3
5   - 5.4
6   - 5.5
7   - 5.6
8   - 7.0
9   - hhvm
11 before_script:
12   - composer install --prefer-dist
13   - vendor/bin/koharness
15 script:
16   - cd /tmp/koharness && ./vendor/bin/phpunit --bootstrap=modules/unittest/bootstrap.php modules/unittest/tests.php
18 notifications:
19   email: false