Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/twofactor_totp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.scrutinizer.yml2
-rw-r--r--.travis.yml8
2 files changed, 4 insertions, 6 deletions
diff --git a/.scrutinizer.yml b/.scrutinizer.yml
index d15b131..0897bd2 100644
--- a/.scrutinizer.yml
+++ b/.scrutinizer.yml
@@ -9,4 +9,4 @@ imports:
tools:
external_code_coverage:
- timeout: 3600 # Timeout in seconds. 60 minutes
+ timeout: 1800 # Timeout in seconds. 30 minutes
diff --git a/.travis.yml b/.travis.yml
index a2ba649..56fdabf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -88,14 +88,12 @@ after_script:
matrix:
include:
- php: 7
- env: "DB=sqlite"
- - php: 7
env: "DB=pgsql PHP_COVERAGE=TRUE"
- - php: 7
+ - php: 7.2
env: "DB=mysql"
- - php: 7
+ - php: 7.2
env: "DB=mysql SAUCE=TRUE SELENIUM_BROWSER=firefox"
- - php: 7
+ - php: 7.2
env: "DB=mysql SAUCE=TRUE SELENIUM_BROWSER=chrome"
fast_finish: true