Skip to content

Commit

Permalink
[travis] Fixed the user/pass
Browse files Browse the repository at this point in the history
  • Loading branch information
3rd-Eden committed Dec 15, 2012
1 parent 3cbd770 commit d5a31ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -8,7 +8,7 @@ services:
- mongodb

before_script:
- mongo mydb_test --eval 'db.addUser("travis", "test");'
- mongo mydb_test --eval 'db.addUser("test", "test");'

notifications:
irc: "irc.freenode.org#observe.it"

0 comments on commit d5a31ed

Please sign in to comment.