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