Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Trying downgrade of php-coveralls (and removed obsolete composer flag)
Browse files Browse the repository at this point in the history
  • Loading branch information
kleijnweb committed Feb 4, 2016
1 parent 9c3c3d8 commit 103b2c1
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 @@ -3,7 +3,7 @@ sudo: false
before_install:
- composer self-update
install:
- composer update $COMPOSER_FLAGS --dev
- composer update $COMPOSER_FLAGS
matrix:
include:
- php: 5.4
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"jms/serializer": "1.0",
"phpoption/phpoption": ">=1.1.0",
"fr3d/swagger-assertions": "^0.2.0",
"satooshi/php-coveralls": "^1.0"
"satooshi/php-coveralls": "<1.0"
},
"config": {
"bin-dir": "bin"
Expand Down

0 comments on commit 103b2c1

Please sign in to comment.