xref: /plugin/smtp/.travis.yml (revision 1f071848249786b0a21e41bba15066889a20f59c)
1# Config file for travis-ci.org
2
3language: php
4php:
5  - "7.3"
6  - "7.2"
7  - "7.1"
8  - "7.0"
9  - "5.6"
10env:
11  - DOKUWIKI=master
12  - DOKUWIKI=stable
13before_install: wget https://raw.github.com/splitbrain/dokuwiki-travis/master/travis.sh
14install: sh travis.sh
15script: cd _test && ./phpunit.phar --stderr --group plugin_smtp
16