Skip to content

Commit

Permalink
fixing travis yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
zookzook committed Apr 13, 2020
1 parent 3e93f81 commit 8b0ddce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ before_script:
- pip3 install --upgrade pip
- pip3 install mtools[all]
- export PATH=${PWD}/mongodb/bin/:$PATH
- mlaunch init --replicaset --name "rs_1"
- mlaunch init --setParameter enableTestCommands=1 --replicaset --name "rs_1"

script:
- mix local.hex --force
Expand Down

0 comments on commit 8b0ddce

Please sign in to comment.