Skip to content

Commit f5a3801

Browse files
authored
Merge pull request #114 from phy25/fix-tests
Fix .travis.yml (remove not testable versions)
2 parents 3491083 + 84640af commit f5a3801

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.travis.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
language: php
22
php:
3-
- "5.7"
3+
- "nightly"
4+
- "7.2"
5+
- "7.1"
6+
- "7.0"
47
- "5.6"
5-
- "5.5"
6-
- "5.4"
7-
- "5.3"
88
env:
99
- DOKUWIKI=master
10-
- DOKUWIKI=stable
1110
before_install: wget https://raw.github.com/splitbrain/dokuwiki-travis/master/travis.sh
1211
install: sh travis.sh
1312
script: cd _test && phpunit --stderr --group plugin_publish

0 commit comments

Comments
 (0)