Skip to content

Commit dd283a2

Browse files
committed
Update travis config to use in-memory and tcp tests.
1 parent c0aa2f9 commit dd283a2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ install:
2222
- cabal install --only-dependencies
2323

2424
script:
25-
- cabal configure --enable-tests
25+
- cabal configure --enable-tests -ftcp-test
2626
- cabal test --show-details=always

REPOS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ distributed-process-tests
22
distributed-static
33
network-transport
44
network-transport-tcp
5+
network-transport-inmemory
56
rank1dynamic

0 commit comments

Comments
 (0)