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

Commit

Permalink
fix travis to run tests with and without lazy
Browse files Browse the repository at this point in the history
  • Loading branch information
Russ Frank committed Dec 1, 2015
1 parent 3754306 commit bf96f90
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ before_install:
env:
# Get some of them configs
- HYPERBAHN_REMOTE_TEST_CONFIG=
- HYPERBAHN_REMOTE_TEST_CONFIG=test/config/with_lazy_relay.json
- HYPERBAHN_REMOTE_TEST_CONFIG=test/config/without_lazy_relay.json
- HYPERBAHN_REMOTE_TEST_CONFIG=test/config/with_peer_heap.json
- HYPERBAHN_REMOTE_TEST_CONFIG=test/config/with_partial_affinity.json
script: npm run travis
3 changes: 0 additions & 3 deletions test/config/with_lazy_relay.json

This file was deleted.

3 changes: 3 additions & 0 deletions test/config/without_lazy_relay.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"lazy.handling.enabled": false
}

0 comments on commit bf96f90

Please sign in to comment.