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 +];