Skip to content

Commit

Permalink
Merge pull request #6 from unikorp/chore/bump-phpunit-6.3.0
Browse files Browse the repository at this point in the history
chore(composer): bump phpunit to v6.3.0
  • Loading branch information
VEBERArnaud committed Aug 9, 2017
2 parents b8a4901 + 1114d28 commit 2b04902
Show file tree
Hide file tree
Showing 3 changed files with 353 additions and 215 deletions.
9 changes: 2 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,17 @@ git:
depth: 1

php:
- 5.6
- 7.0
- 7.1

cache:
directories:
- $HOME/.composer/cache

before_install:
- if [[ "$TRAVIS_PHP_VERSION" != "7.1" ]]; then phpenv config-rm xdebug.ini; fi

script:
- composer install
- ./vendor/bin/phpunit

after_script:
## Scrutinizer
- if [[ "$TRAVIS_PHP_VERSION" == "7.1" ]]; then wget https://scrutinizer-ci.com/ocular.phar; fi
- if [[ "$TRAVIS_PHP_VERSION" == "7.1" ]]; then php ocular.phar --access-token="86bd9078d28a29fca0a80e4998931db4abb845fe3b681dfd099a9dddd0f8bd71" code-coverage:upload --format=php-clover ./build/logs/clover.xml; fi
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar --access-token="86bd9078d28a29fca0a80e4998931db4abb845fe3b681dfd099a9dddd0f8bd71" code-coverage:upload --format=php-clover ./build/logs/clover.xml
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
}
},
"require": {
"php": ">=5.6.0"
"php": "^7.1"
},
"require-dev": {
"phpunit/phpunit": "^5.7"
"phpunit/phpunit": "^6.3"
}
}
Loading

0 comments on commit 2b04902

Please sign in to comment.