Skip to content

Commit 8b0ddce

Browse files
committed
fixing travis yaml
1 parent 3e93f81 commit 8b0ddce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ before_script:
2121
- pip3 install --upgrade pip
2222
- pip3 install mtools[all]
2323
- export PATH=${PWD}/mongodb/bin/:$PATH
24-
- mlaunch init --replicaset --name "rs_1"
24+
- mlaunch init --setParameter enableTestCommands=1 --replicaset --name "rs_1"
2525

2626
script:
2727
- mix local.hex --force

0 commit comments

Comments
 (0)