Skip to content
Snippets Groups Projects
Commit 738778c8 authored by Andreas Gohr's avatar Andreas Gohr
Browse files

disable 7.1 testing completely

currently phpseclib throws an error (about a deprecated function).
errors do not count as failures, so we can't skip them. so for now
7.1 testing is removed again.
parent 08421560
No related branches found
No related tags found
No related merge requests found
language: php
sudo: false
php:
- "7.1"
- "7.0"
- "5.6"
- "5.5"
......@@ -15,7 +14,6 @@ matrix:
allow_failures:
- php:
- "hhvm"
- "7.1"
notifications:
irc:
channels:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment