We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b2f713 commit ce59e7cCopy full SHA for ce59e7c
.travis.yml
@@ -8,7 +8,7 @@ env:
8
- MONGODB_URL="mongo://travis:test@localhost:27017"
9
before_script:
10
- sleep 15
11
- - mongo mydb_test --eval 'db.addUser("travis", "test");'
+ - mongo mydb_test --eval 'db.createUser({user:"travis",pwd:"test",roles:["readWrite"]});'
12
cache:
13
directories:
14
- node_modules
0 commit comments