From eda1673518c5e43bb24c547d4c17cd380d127098 Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 27 Dec 2017 22:29:25 +0100 Subject: [PATCH] Also test PHP7.2 --- .travis.yml | 1 + config/import.php | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 32f4508e41..3c97ce087a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ language: php php: - 7.1 + - 7.2 cache: directories: diff --git a/config/import.php b/config/import.php index 1430efa9df..003d0ac062 100644 --- a/config/import.php +++ b/config/import.php @@ -25,7 +25,7 @@ return [ 'enabled' => [ 'file' => true, 'bunq' => false, - 'spectre' => false, + 'spectre' => true, 'plaid' => false, ], 'prerequisites' => [ @@ -75,4 +75,4 @@ return [ 'auto-start' => true, ], ], -]; \ No newline at end of file +];