Skip to content
This repository was archived by the owner on Jul 8, 2023. It is now read-only.

Commit ab2db86

Browse files
author
guillermo.fisher
committed
Added HHVM and Scrutinizer config to the Travis config.
1 parent 8517329 commit ab2db86

1 file changed

Lines changed: 18 additions & 1 deletion

File tree

.travis.yml

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
language: php
2+
23
php:
4+
- 5.4
35
- 5.5
6+
- 5.6
7+
- hhvm
8+
9+
sudo: false
10+
11+
matrix:
12+
fast_finish: true
13+
414
install:
5-
- composer install --no-interaction --prefer-source
15+
- composer install --no-interaction --prefer-source
16+
17+
script:
18+
- ./vendor/bin/phing build
19+
20+
after_script:
21+
- wget https://scrutinizer-ci.com/ocular.phar
22+
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover

0 commit comments

Comments
 (0)