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

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

branches:
  only:
    - master
    - /^stable\d+(\.\d+)?$/

script:
  # Test lint
  - sh -c "ant test"


matrix:
  allow_failures:
    - php: hhvm
  fast_finish: true