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