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

Commit

Permalink
travis and appveyor workaround/fix for grumphp
Browse files Browse the repository at this point in the history
  • Loading branch information
Rastusik committed May 19, 2018
1 parent 5f284d4 commit 6eeb508
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 338 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -4,7 +4,7 @@ php:
- 7.2

before_script:
- composer install -o --no-interaction
- composer install -o --no-interaction --no-scripts

script:
- ./vendor/bin/phpunit
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -26,7 +26,7 @@ install:
- cd C:\projects\better-serializer
- SET PATH=C:\tools\php72;%PATH%
- php -r "readfile('http://getcomposer.org/installer');" | php
- php composer.phar install --prefer-source --no-interaction
- php composer.phar install --prefer-source --no-interaction --no-scripts

test_script:
- cd C:\projects\better-serializer
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Expand Up @@ -12,13 +12,13 @@
"minimum-stability": "dev",
"require": {
"php": "^7.2",
"marc-mabe/php-enum": "^2.3",
"doctrine/annotations": "^1.3",
"doctrine/cache": "^v1.7",
"doctrine/instantiator": "^1.0",
"league/flysystem": "^1.0",
"doctrine/cache": "^v1.7",
"pimple/pimple": "^3.0",
"phpdocumentor/reflection-docblock": "^4.3"
"marc-mabe/php-enum": "^2.3",
"phpdocumentor/reflection-docblock": "^4.3",
"pimple/pimple": "^3.0"
},
"require-dev": {
"doctrine/collections": "^1.5",
Expand Down

0 comments on commit 6eeb508

Please sign in to comment.