Skip to content

Commit

Permalink
Merge pull request #80 from SemanticMediaWiki/rmphp53
Browse files Browse the repository at this point in the history
Stop testing against PHP version Travis no longer has
  • Loading branch information
JeroenDeDauw committed Sep 17, 2017
2 parents 44b2157 + c540f27 commit fc20dd2
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
@@ -1,23 +1,18 @@
language: php

env:
- THENEEDFORTHIS=FAIL

matrix:
include:
- env: DB=mysql; MW=REL1_27; TYPE=coverage
php: 5.6
- env: DB=sqlite; MW=1.23.14
php: 5.3
php: 5.5
- env: DB=mysql; MW=master
php: 7
- env: DB=mysql; MW=master
php: hhvm
allow_failures:
# see issue #71
- env: DB=mysql; MW=master
exclude:
- env: THENEEDFORTHIS=FAIL

install:
- travis_retry composer self-update
Expand Down

0 comments on commit fc20dd2

Please sign in to comment.