Skip to content

Commit b775e27

Browse files
committed
Merge pull request #49 from kmfk/travis
Updates for Travis and Scrutinizer
2 parents 33c3688 + abad4b1 commit b775e27

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.travis.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,18 @@ php:
77
env:
88
- SYMFONY_VERSION=2.3.*
99
- SYMFONY_VERSION=2.4.*
10-
- SYMFONY_VERSION=dev-master
10+
- SYMFONY_VERSION=2.5.*
1111

1212
before_script:
1313
- composer self-update
1414
- composer require symfony/framework-bundle:${SYMFONY_VERSION} --no-update
1515
- composer install --dev --prefer-source
1616

17-
script: phpunit --coverage-text --coverage-clover=coverage.coverage-clover
17+
script: phpunit --coverage-text --coverage-clover=coverage.clover
1818

1919
after_script:
2020
- wget https://scrutinizer-ci.com/ocular.phar
2121
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover
2222

23-
matrix:
24-
allow_failures:
25-
- env: SYMFONY_VERSION=dev-master
26-
2723
notifications:
2824
webhooks: http://ue.hipchat.com/hubot/travis?room=Underground Elephant

0 commit comments

Comments
 (0)