mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-28 12:10:59 +00:00
Test on PHP 7 & allow failures
This commit is contained in:
parent
8a5dc21835
commit
465d1d975c
@ -6,6 +6,7 @@ php:
|
||||
- 5.4
|
||||
- 5.5
|
||||
- 5.6
|
||||
- 7.0
|
||||
- hhvm
|
||||
|
||||
env:
|
||||
@ -14,6 +15,12 @@ env:
|
||||
# the travis/code_coverage_id_rsa RSA private key.
|
||||
- secure: "jtQTZKQBnzUlp/jz7NlM6470ZDnLGVAs53sgvIm4tcYqf9TWSXSXjIYvFsrS\nKPR2eyZaAevYysUkIGRFTUXTlG6tC36YngMp9+6FPxASl8mnGXsTbKcm613B\n59vD3242pgIgqhhmgFQ0c8gbvnE8PuF2aS4/hluP3r+AxhWN56E="
|
||||
|
||||
# Allow failures on PHP 7.0 for now (until a final release).
|
||||
# @TODO: Remove this.
|
||||
matrix:
|
||||
allow_failures:
|
||||
- php: 7.0
|
||||
|
||||
before_install: true
|
||||
|
||||
install:
|
||||
|
Loading…
Reference in New Issue
Block a user