From 29393228269be86534e1d6e5966fccca1116af1e Mon Sep 17 00:00:00 2001 From: Cameron Eagans Date: Tue, 1 Sep 2015 15:08:00 -0400 Subject: [PATCH] Remove duplicate allow_failures section --- .travis.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index a4268149..bbf3f59d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,12 +15,6 @@ 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: