summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 8942e69da643d153ae467fe0395b8cb0f9d664fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
language: php
php:
  - "5.5"
  - "5.4"
  - "5.3"
notifications:
  irc:
    channels:
        - "chat.freenode.net#dokuwiki"
    on_success: change
    on_failure: change
script: cd _test && phpunit --stderr --verbose