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

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornewhinton <newhinton@users.noreply.github.com>2018-12-22 14:25:19 +0300
committerGitHub <noreply@github.com>2018-12-22 14:25:19 +0300
commitd5e134f0913531a322fb7c82e28cf294e39b01fd (patch)
treeef1610c67a1b0443b29823eb38e4b7f5550ebeb8 /.travis.yml
parent2544d7eeb633eb683cfbbcf470e314954571363d (diff)
changed js-tests to php7.1 and php7.2fix/noid/ci_for_nc16
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index bff842ab..b3f816a8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -84,13 +84,13 @@ addons:
matrix:
include:
- - php: 7.0
+ - php: 7.1
env: DB=mysql;
-# - php: 7.0
-# env: DB=sqlite;CLOUD=owncloud;SERVER_FOLDER=core
-# - php: 7.0
-# env: DB=mysql;CLOUD=owncloud;SERVER_FOLDER=core
- - php: 7.0
+ - php: 7.1
+ env: DB=mysql;JSTESTS=1;
+ - php: 7.2
+ env: DB=mysql;
+ - php: 7.2
env: DB=mysql;JSTESTS=1;
allow_failures:
- env: DB=sqlite;CODECHECK=2