Skip to content

Commit

Permalink
prov/tcp: enable tcp in travis CI testing with fabtests.
Browse files Browse the repository at this point in the history
Signed-off-by: Venkata Krishna Nimmagadda <[email protected]>
  • Loading branch information
vkrishna committed Jul 3, 2018
1 parent 975fccd commit 067a183
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ install:
- make test
- make distcheck
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then make rpm; fi
# Prepare build for fabtests (TODO: Disable TCP provider)
- ./configure $LIBFABRIC_CONFIGURE_ARGS --disable-tcp
# Prepare build for fabtests
- ./configure $LIBFABRIC_CONFIGURE_ARGS
- make -j2
- make install
- make test
Expand Down

0 comments on commit 067a183

Please sign in to comment.