summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 93867162cbe8d7db0d9c46c8c2c0a57c0c5fe01d (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 --verbose --stderr