We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 408b119 commit 10d7021Copy full SHA for 10d7021
.travis.yml
@@ -10,3 +10,7 @@ matrix:
10
11
services:
12
- mongodb
13
+
14
+before_script:
15
+ - sleep 15
16
+ - mongo test --eval 'db.addUser("test", "test");'
0 commit comments