Skip to content

Commit

Permalink
Merge pull request #70 from GrahamCampbell/testing
Browse files Browse the repository at this point in the history
Testing Improvements
  • Loading branch information
tijsverkoyen committed Jul 31, 2014
2 parents 429e87a + eda6c66 commit 6562df1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ php:
- hhvm

before_script:
- composer self-update
- composer install --prefer-source --no-interaction --dev
- travis_retry composer self-update
- travis_retry composer install --no-interaction --prefer-source --dev

script:
- phpunit --coverage-text
- vendor/bin/phpunit --verbose --coverage-text
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@
],
"require": {
"php": ">=5.3.0",
"symfony/css-selector": "~2.0"
"symfony/css-selector": "~2.1"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 6562df1

Please sign in to comment.