Merge pull request #28 from kohana/3.3/test/migrate-travis-container-based
[kohana-auth.git] / .travis.yml
blob05e54554d6897ea61f748f1e1d9003f696bc553f
1 sudo: false
3 language: php
5 php:
6   - 5.3
7   - 5.4
8   - 5.5
9   - 5.6
10   - 7.0
11   - hhvm
13 matrix:
14   include:
15     - php: 5.3
16       env: 'COMPOSER_PHPUNIT="lowest"'
18 before_script:
19   - composer install --prefer-dist
20   - if [ "$COMPOSER_PHPUNIT" = "lowest" ]; then composer update --prefer-lowest --with-dependencies phpunit/phpunit; fi;
21   - vendor/bin/koharness
23 script:
24   - cd /tmp/koharness && ./vendor/bin/phpunit --bootstrap=modules/unittest/bootstrap.php modules/unittest/tests.php
26 notifications:
27   email: false