Skip to content

Commit

Permalink
Merge branch 'release/1.3.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
TravisCarden committed Mar 18, 2020
2 parents 3521ff6 + 2c42064 commit 33017a1
Show file tree
Hide file tree
Showing 8 changed files with 192 additions and 298 deletions.
1 change: 1 addition & 0 deletions bin/travis/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,6 @@ case "$ORCA_JOB" in
eval "orca qa:automated-tests --sut=$ORCA_SUT_NAME $SUT_ONLY --phpunit"
eval "orca qa:automated-tests --sut=$ORCA_SUT_NAME --sut-only --behat"
;;
"D9_READINESS") eval "orca qa:automated-tests --sut=$ORCA_SUT_NAME --sut-only" ;;
"CUSTOM") eval "orca qa:automated-tests --sut=$ORCA_SUT_NAME ${ORCA_CUSTOM_TESTS_RUN_ARGS:=}" ;;
esac
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,10 @@
"hassankhan/config": "^2.1",
"jakub-onderka/php-console-highlighter": "^0.4.0",
"jakub-onderka/php-parallel-lint": "^1.0",
"mockery/mockery": "^1.2",
"myclabs/php-enum": "^1.7",
"oscarotero/env": "^1.2",
"phploc/phploc": "^5.0",
"phpmd/phpmd": "^2.6",
"phpunit/phpunit": "^6.5",
"stecman/symfony-console-completion": "^0.10.1",
"symfony/config": "^4.1",
"symfony/console": "^4.1",
Expand All @@ -48,6 +46,7 @@
},
"require-dev": {
"brainmaestro/composer-git-hooks": "^2.5",
"phpunit/phpunit": "^6.5",
"sensiolabs/security-checker": "^5.0"
},
"config": {
Expand Down
Loading

0 comments on commit 33017a1

Please sign in to comment.