public
nobgit
read
NobMail
Based on mailcow: dockerized
Languages
Repository composition by tracked source files.
PHP
49%
JavaScript
35%
HTML
9%
CSS
4%
Shell
2%
Python
1%
Lua
0%
Perl
0%
Ruby
0%
SCSS
0%
Create file
Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git
Trace
data/web/inc/lib/vendor/stevenmaguire/oauth2-keycloak/.travis.yml
Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.
Author
Date
Commit
Line
Code
1
language: php
3
sudo: false
5
php:
6
- 7.2
7
- 7.3
8
- 7.4
9
- 8.0
10
- 8.1
11
- 8.2
13
matrix:
14
include:
15
- php: 5.6
16
env: 'COMPOSER_FLAGS="--prefer-stable --prefer-lowest"'
18
before_script:
19
- travis_retry composer self-update
20
- travis_retry composer install --no-interaction --prefer-source --dev
21
- travis_retry phpenv rehash
23
script:
24
- ./vendor/bin/phpcs --standard=psr2 src/
25
- ./vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover
27
after_script:
28
- wget https://scrutinizer-ci.com/ocular.phar
29
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover