Migrate Travis from legacy to container-based infrastructure
[kohana-image.git] / .travis.yml
blob3e6034a92e27f45ee39ab9e98cf7519034f14025
1 sudo: false
3 language: php
5 php:
6   - 5.3
7   - 5.4
8   - 5.5
9   - 5.6
10   - hhvm
12 before_script:
13   - composer install --prefer-dist
14   - vendor/bin/koharness
16 script:
17   - cd /tmp/koharness && ./vendor/bin/phpunit --bootstrap=modules/unittest/bootstrap.php modules/unittest/tests.php
19 notifications:
20   email: false