You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
322 B
YAML
16 lines
322 B
YAML
# Config file for travis-ci.org
|
|
|
|
language: php
|
|
php:
|
|
- "7.3"
|
|
- "7.2"
|
|
- "7.1"
|
|
- "7.0"
|
|
- "5.6"
|
|
env:
|
|
- DOKUWIKI=master
|
|
- DOKUWIKI=stable
|
|
before_install: wget https://raw.github.com/splitbrain/dokuwiki-travis/master/travis.sh
|
|
install: sh travis.sh
|
|
script: cd _test && ./phpunit.phar --stderr --group plugin_oauth
|