Page MenuHomePhabricator

.travis.yml
No OneTemporary

.travis.yml

language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7
- hhvm
matrix:
fast_finish: true
allow_failures:
- php: 7
script:
- phpunit --configuration tests/phpunit.xml
- ./bin/phpcs -p --standard=tests/phpcs/ruleset.xml lib/
before_script: composer install

File Metadata

Mime Type
text/plain
Expires
Sun, Dec 22, 9:38 AM (3 d, 21 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
915076
Default Alt Text
.travis.yml (274 B)

Event Timeline