Skip to content

Commit

Permalink
test on current PHP
Browse files Browse the repository at this point in the history
  • Loading branch information
splitbrain committed Mar 7, 2016
1 parent 67733d7 commit 637e060
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -2,6 +2,8 @@

language: php
php:
- "7.0"
- "5.6"
- "5.5"
- "5.4"
- "5.3"
Expand All @@ -10,4 +12,4 @@ env:
- DOKUWIKI=stable
before_install: wget https://raw.github.com/splitbrain/dokuwiki-travis/master/travis.sh
install: sh travis.sh
script: cd _test && phpunit --stderr --group plugin_tabbox
script: cd _test && phpunit --stderr --group plugin_tabbox

0 comments on commit 637e060

Please sign in to comment.