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:
- LOWEST_DEPS="" TEST_DEPS=""
- LOWEST_DEPS="--prefer-lowest" TEST_DEPS="tests/Sabre/"
services:
- mysql
sudo: false
cache: vendor
before_script:
- mysql -e 'create database sabredav'
# - composer self-update
- composer update --prefer-source $LOWEST_DEPS
script:
- ./bin/phpunit --configuration tests/phpunit.xml $TEST_DEPS
- ./bin/sabre-cs-fixer fix lib/ --dry-run --diff
notifications:
irc:
channels:
- "chat.freenode.net#sabredav"
on_success: change
on_failure: change

File Metadata

Mime Type
text/plain
Expires
Sat, Dec 21, 1:50 PM (2 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
914358
Default Alt Text
.travis.yml (658 B)

Event Timeline