summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 0f9d2331a164c6d647ad7770b854122d4a067c60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
language: php
php:
  - "5.6"
  - "5.5"
  - "5.4"
  - "5.3"
  - "hhvm"
  - "nightly"
matrix:
  allow_failures:
    - php:
      - "hhvm"
      - "nightly"
notifications:
  irc:
    channels:
        - "chat.freenode.net#dokuwiki"
    on_success: change
    on_failure: change
script: cd _test && phpunit --verbose --stderr