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

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsplitt3r <splitt3r@users.noreply.github.com>2017-10-09 18:38:14 +0300
committersplitt3r <splitt3r@users.noreply.github.com>2017-10-09 18:38:14 +0300
commit0faa40a07aa0831d21b4be386b064bc4bb4c83ac (patch)
tree3566eb5e752a23589e0e6b11c587fc9793f6007d /.travis.yml
parent45e61049f97ed90af006ab1088f955f573957758 (diff)
Fixed .travis.yml
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml32
1 files changed, 16 insertions, 16 deletions
diff --git a/.travis.yml b/.travis.yml
index 21267500..b889acb0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,28 +2,28 @@ sudo: required
dist: trusty
language: php
php:
- - 5.6
- - 7.0
- - 7.1
+ - 5.6
+ - 7.0
+ - 7.1
env:
- global:
- - CORE_BRANCH=stable12
- matrix:
- - DB=mysql
- - DB=sqlite
- - DB=pgsql
+ global:
+ - CORE_BRANCH=stable12
+ matrix:
+ - DB=mysql
+ - DB=sqlite
+ - DB=pgsql
before_install:
- - wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
- - bash ./before_install.sh polls $CORE_BRANCH $DB
- - cd ../server
- - ./occ app:enable polls
+ - wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
+ - bash ./before_install.sh polls $CORE_BRANCH $DB
+ - cd ../server
+ - ./occ app:enable polls
before_script:
- - cd apps/polls
+ - cd apps/polls
script:
- - make test
+ - make test
after_failure:
- - cat ../../data/nextcloud.log
+ - cat ../../data/nextcloud.log