mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-27 03:42:40 +00:00
No longer allow Travis CI to fail on PHP 7.
This commit is contained in:
parent
6f6ec7f13a
commit
ffc8107a12
@ -31,8 +31,3 @@ script:
|
|||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- sh -c "if $TRAVIS_SECURE_ENV_VARS; then travis/upload-code-coverage-html.sh; fi"
|
- sh -c "if $TRAVIS_SECURE_ENV_VARS; then travis/upload-code-coverage-html.sh; fi"
|
||||||
|
|
||||||
matrix:
|
|
||||||
allow_failures:
|
|
||||||
- php: 7.0
|
|
||||||
fast_finish: true
|
|
||||||
|
Loading…
Reference in New Issue
Block a user