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:
authorbrantje <brantje@gmail.com>2016-10-09 19:14:27 +0300
committerbrantje <brantje@gmail.com>2016-10-09 19:29:31 +0300
commita18aa0a0d1901f98e1cef35e47c9668dffd91760 (patch)
treeab4473dbbabbdf9738be8de7aed8c905266f4283 /.travis.yml
parent2c48aab40d88fbeb66d117fdb5bd3ec8c512fe4c (diff)
Change travis config, add scrutinizer config
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml18
1 files changed, 6 insertions, 12 deletions
diff --git a/.travis.yml b/.travis.yml
index 6bd5ebe7..dc0657e9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,18 +8,12 @@ env:
- APP_NAME=passman
matrix:
- DB=mysql
-#matrix:
-# allow_failures:
-# - env: DB=pgsql CORE_BRANCH=master
-# include:
-# - php: 5.6
-# env: DB=sqlite
-# - php: 5.6
-# env: DB=mysql
-# - php: 5.6
-# env: DB=pgsql CORE_BRANCH=master
-# fast_finish: true
-#
+
+branches:
+ only:
+ - master
+
+
before_install:
# enable a display for running JavaScript tests
- export DISPLAY=:99.0