Skip to content

Commit

Permalink
upgraded composer dependencies, added new versions of PHP to Travis m…
Browse files Browse the repository at this point in the history
…atrix
  • Loading branch information
thunderer committed Jan 28, 2016
1 parent 6c27617 commit c8e193f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Expand Up @@ -4,11 +4,20 @@ php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
- nightly

sudo: false

before_script:
- COMPOSER_ROOT_VERSION=dev-master composer --prefer-source --dev install

after_script:
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover coverage.xml

matrix:
allow_failures:
- php: nightly
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -9,10 +9,10 @@
}
],
"require": {
"symfony/yaml": "~2.3"
"symfony/yaml": "^2.3|^3.0"
},
"require-dev": {
"phpunit/phpunit": "~4.1"
"phpunit/phpunit": "^4.1|^5.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit c8e193f

Please sign in to comment.