Skip to content

Commit ba4c81a

Browse files
authored
Fix $All stream implementation in MockStreamStoreConnection (#75)
Resolves Issue #42 * fix all stream recording for multiple aggregates and filter newly added projection events from testqueue * fix all stream recording for multiple aggregates and filter newly added projection events from testqueue * remove duplicate before script in .travis.yml
1 parent 1c1a278 commit ba4c81a

File tree

6 files changed

+295
-82
lines changed

6 files changed

+295
-82
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ addons:
1616
before_script:
1717
- powershell -executionpolicy unrestricted -File ./tools/CheckAssemblyVersion.ps1
1818

19-
before_script:
20-
- powershell -executionpolicy unrestricted -File ./tools/CheckAssemblyVersion.ps1
21-
2219
script:
2320
- echo $TRAVIS_BRANCH
2421
- echo $TRAVIS_BUILD_DIR

0 commit comments

Comments
 (0)