-
Notifications
You must be signed in to change notification settings - Fork 31
/
.travis.yml
30 lines (24 loc) · 854 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
language: php
php:
- 5.5
- 5.4
- hhvm
matrix:
allow_failures:
- php: hhvm
before_script:
- composer require --no-update satooshi/php-coveralls:dev-master sensiolabs/security-checker:dev-master
- composer update --dev --no-interaction
- sudo easy_install Pygments
script:
- mkdir -p build/logs
- phpunit -c phpunit.xml.dist --coverage-clover build/logs/clover.xml
- php vendor/bin/security-checker security:check composer.lock
after_script:
- php vendor/bin/coveralls
after_success:
- composer require --no-update composer/composer:*@dev
- composer require kzykhys/markbench:*@dev
- vendor/bin/markbench benchmark --parser=kzykhys/ciconia --profile=blank
- vendor/bin/markbench benchmark --parser=kzykhys/ciconia --profile=default
- vendor/bin/markbench benchmark --parser=kzykhys/ciconia --profile=github-sample