Page MenuHomePhorge

.travis.yml
No OneTemporary

Authored By
Unknown
Size
573 B
Referenced Files
None
Subscribers
None

.travis.yml

language: php
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
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

Mime Type
text/plain
Expires
Sat, Apr 4, 3:18 AM (4 d, 10 h ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
c7/2c/80357574a5e4ef1b853baf8a7517
Default Alt Text
.travis.yml (573 B)

Event Timeline