Skip to content

Commit 5eb2ab0

Browse files
committed
!drop Reduce test scope
1 parent 6c0e229 commit 5eb2ab0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ install:
55
- make
66
- "./rebar3 update"
77
script:
8-
- make test
9-
- make xref
10-
- make dialyzer
11-
- make lint
8+
- ./rebar3 ct --suite test/plumtree_SUITE --group hyparview --case broadcast_high_client_test
9+
# - make xref
10+
# - make dialyzer
11+
# - make lint
1212
addons:
1313
artifacts: true
1414
artifacts:

0 commit comments

Comments
 (0)