Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F1819856
.travis.yml
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Size
658 B
Subscribers
None
.travis.yml
View Options
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
Details
Attached
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)
Attached To
rDAVCAL DokuWiki DAVCal PlugIn
Event Timeline
Log In to Comment