1# Config file for travis-ci.org
2
3language: php
4php:
5    - "7.2"
6    - "7.1"
7env:
8    - DOKUWIKI=stable
9#  - DOKUWIKI=master not needed
10
11before_install: wget https://raw.github.com/splitbrain/dokuwiki-travis/master/travis.sh
12install: sh travis.sh
13script: cd _test && phpunit --stderr --group plugin_404manager
14notifications:
15  email:
16    - gerardnico@gmail.com
17