Test on PHP 7 & allow failures

This commit is contained in:
Cameron Eagans 2015-09-01 15:02:58 -04:00
parent 8a5dc21835
commit 465d1d975c

View File

@ -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: