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

.travis.yml - github.com/nextcloud/registration.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8ef38b869e333311991c34029f48ac1a5149dbbe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
language: php
php:
  - 5.3
  - 5.4
  - 5.5

before_install:
  - cd ..
  - git clone https://github.com/owncloud/core.git
  - mv registration core/apps/
  - cd core
  - git submodule init
  - git submodule update
  - cd apps/registration

script:
  - phpunit tests