From 84ec893c457725e3d31d50346a2cd03a2584ad52 Mon Sep 17 00:00:00 2001 From: helpfulrobot Date: Wed, 18 Nov 2015 17:20:23 +1300 Subject: [PATCH] Added standard Travis config --- .travis.yml | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3022366..16f17b0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,20 +4,22 @@ sudo: false language: php -php: +php: - 5.3 - 5.4 - 5.5 - 5.6 + - 7.0 -env: DB=MYSQL CORE_RELEASE=3.2 +env: + - DB=MYSQL CORE_RELEASE=3.2 matrix: include: - php: 5.6 - env: DB=MYSQL CORE_RELEASE=3.1 + env: DB=MYSQL CORE_RELEASE=3 - php: 5.6 - env: DB=PGSQL CORE_RELEASE=3.1 + env: DB=MYSQL CORE_RELEASE=3.1 - php: 5.6 env: DB=PGSQL CORE_RELEASE=3.2 @@ -28,5 +30,9 @@ before_script: - cd ~/builds/ss - composer install -script: - - phpunit contentreview/tests +script: + - vendor/bin/phpunit contentreview/tests + +matrix: + allow_failures: + - php: 7.0