Skip to content
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.

Commit

Permalink
travis fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed Afzal committed Dec 28, 2016
1 parent 6463883 commit 2643653
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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 @@ php:

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

script:
- vendor/bin/phpunit
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
"symfony/css-selector": "^3.2"
},
"require-dev": {
"phpunit/phpunit": "^5.7",
"phpunit/php-code-coverage": "^4.0"
"phpunit/phpunit": "^5.7"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 2643653

Please sign in to comment.