summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 79eea48b76dc6bf49ade5c997be4c8b02e5da2ee (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