summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: ab88aa9ce76279a321ceec871b06ef38214d412a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
language: php
php:
  - "5.6"
  - "5.5"
  - "5.4"
  - "5.3"
# PHP 5.6 is not yet released, allow failures
matrix:
  allow_failures:
    - "5.6"
notifications:
  irc:
    channels:
        - "chat.freenode.net#dokuwiki"
    on_success: change
    on_failure: change
script: cd _test && phpunit --verbose --stderr