Skip to content

Commit

Permalink
travis CI: add mongodb
Browse files Browse the repository at this point in the history
  • Loading branch information
Aren Chen committed Jun 15, 2018
1 parent 644d2b2 commit 63c9060
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
language: go

services:
- mongodb

go:
- "1.10.x"

Expand Down
2 changes: 1 addition & 1 deletion config/testing.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}
},
"mongo": {
"url": "mongodb://localhost:31717/vortex_test"
"url": "mongodb://localhost:27017/vortex_test"
},
"influxdb": {
"url": "http://localhost:8086",
Expand Down

0 comments on commit 63c9060

Please sign in to comment.