Page MenuHomePhabricator

.travis.yml
No OneTemporary

.travis.yml

language: php
php:
- 5.4
- 5.5
- 5.6
- hhvm
- 7
matrix:
fast_finish: true
allow_failures:
- php: 7
script:
- ./bin/phpunit --configuration tests/phpunit.xml.dist
- ./bin/sabre-cs-fixer fix lib/ --dry-run --diff
before_script: composer install --dev
notifications:
slack:
rooms:
secure: LVmBXAz0TKdB8dsB9Rt+M5+KnpStxEbOKuNVHN/lYOYmnB5CNogc/TDUKIFe5OUHAjGbn3xUy+tgBIME/RZLPAC6aAKpw0BPbGXYeagYlDBj9HUR9sUDrwV+l/75e4QWZPrUwS1dIa4ePirosIlYZwlwfGzEz8SgVY2x7BZFBEs=
on_success: change
on_failure: change

File Metadata

Mime Type
text/plain
Expires
Sat, Dec 21, 8:32 AM (3 w, 1 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
915264
Default Alt Text
.travis.yml (543 B)

Event Timeline