From 0d9d9e898c4d4af7d53d58bc355d93637c0a3c5c Mon Sep 17 00:00:00 2001 From: helpfulrobot Date: Thu, 19 Nov 2015 14:18:10 +1300 Subject: [PATCH] Added standard Travis config --- .travis.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 16f17b0..7c91e69 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,6 +22,8 @@ matrix: env: DB=MYSQL CORE_RELEASE=3.1 - php: 5.6 env: DB=PGSQL CORE_RELEASE=3.2 + allow_failures: + - php: 7.0 before_script: - composer self-update || true @@ -32,7 +34,3 @@ before_script: script: - vendor/bin/phpunit contentreview/tests - -matrix: - allow_failures: - - php: 7.0