Skip to content

Commit

Permalink
Fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
squigg committed May 3, 2017
1 parent 907316c commit c22e343
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ install:
- travis_retry composer install --no-interaction

script:
- phpunit --coverage-clover build/logs/clover.xml
- vendor/bin/phpunit --coverage-clover build/logs/clover.xml

after_script:
- php vendor/bin/coveralls -v
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"microsoft/azure-storage": "^0.14.0"
},
"require-dev": {
"phpunit/phpunit": "^5.4",
"phpunit/phpunit": "^5.7",
"orchestra/testbench": "3.4.*",
"mockery/mockery": "~1.0@dev",
"satooshi/php-coveralls": "~1.0.1"
Expand Down

0 comments on commit c22e343

Please sign in to comment.