Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F8196972
.travis.yml
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
616 B
Referenced Files
None
Subscribers
None
.travis.yml
View Options
language
:
php
dist
:
trusty
sudo
:
false
matrix
:
fast_finish
:
true
include
:
-
php
:
5.4
-
php
:
5.5
-
php
:
5.6
-
php
:
7.0
-
php
:
7.1
env
:
CODE_COVERAGE=1
-
php
:
7.2
-
php
:
7.3
-
php
:
7.4
cache
:
directories
:
-
$HOME/.composer
install
:
-
if [ "$CODE_COVERAGE" != 1 ]; then phpenv config-rm xdebug.ini || true; fi
-
cp composer.json-dist composer.json
-
composer install --prefer-dist
script
:
-
if [ "$CODE_COVERAGE" = 1 ]; then CODE_COVERAGE_ARGS="--coverage-text"; fi; vendor/bin/phpunit -c tests/phpunit.xml $CODE_COVERAGE_ARGS
notifications
:
email
:
false
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Jul 8, 4:32 PM (18 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1051498
Default Alt Text
.travis.yml (616 B)
Attached To
Mode
R3 roundcubemail
Attached
Detach File
Event Timeline
Log In to Comment