summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 9c3193d19d149ad11cb108f207fd80ebf676d187 (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:
    - php: "5.6"
notifications:
  irc:
    channels:
        - "chat.freenode.net#dokuwiki"
    on_success: change
    on_failure: change
script: cd _test && phpunit --verbose --stderr