xref: /plugin/smtp/.travis.yml (revision 32eb8bd1fbc14327ee44023f0497edeb24a668bd)
1# Config file for travis-ci.org
2
3language: php
4php:
5  - "nightly"
6  - "5.6"
7  - "5.5"
8  - "5.4"
9  - "5.3"
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 --stderr --group plugin_smtp
16