Page MenuHomePhabricator

.travis.yml
No OneTemporary

.travis.yml

language: php
php:
- 5.4
- 5.5
- 5.6
- 7
- hhvm
matrix:
fast_finish: true
allow_failures:
- php: 7
env:
matrix:
- PREFER_LOWEST=""
- PREFER_LOWEST="--prefer-lowest"
before_script:
- composer self-update
- composer update --prefer-source $PREFER_LOWEST
script:
- ./bin/phpunit --configuration tests/phpunit.xml
- ./bin/sabre-cs-fixer fix . --dry-run --diff

File Metadata

Mime Type
text/plain
Expires
Tue, Dec 24, 9:24 AM (20 h, 18 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
914398
Default Alt Text
.travis.yml (401 B)

Event Timeline