summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 0bef94048a76ee509d9827ccec573e8979ae1f0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
language: php
php:
  - "5.6"
  - "5.5"
  - "5.4"
  - "5.3"
notifications:
  irc:
    channels:
        - "chat.freenode.net#dokuwiki"
    on_success: change
    on_failure: change
install:
  - wget https://phar.phpunit.de/phpunit-4.3.5.phar -O _test/phpunit
  - chmod 755 _test/phpunit
script: cd _test && ./phpunit --verbose --stderr