Skip to content

Commit 8d97973

Browse files
committed
travis is not used anymore
1 parent 2d45b62 commit 8d97973

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -593,9 +593,9 @@ iex> Mongo.find_one(conn, "test", %{})
593593
[info] Received command: %Mongo.Events.CommandSucceededEvent{command_name: :find, ...
594594
```
595595

596-
## Testing and Travis CI
596+
## Testing
597597

598-
The `travis.yml` file uses only the latest MongoDB. It creates a replica set of three nodes and disables the SSL test case. If you want to
598+
Latest MongoDB is used while running the tests. Replica set of three nodes is created and runs all test except the socket and ssl test. If you want to
599599
run the test cases against other MongoDB deployments or older versions, you can use the [mtools](https://github.com/rueckstiess/mtools) for deployment and run the test cases locally:
600600

601601
```bash

0 commit comments

Comments
 (0)