diff --git a/.travis.yml b/.travis.yml index e61c1bfa..c1b10169 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,8 @@ language: go +services: + - mongodb + go: - "1.10.x" diff --git a/config/testing.json b/config/testing.json index da83a0a0..0b1b53e4 100644 --- a/config/testing.json +++ b/config/testing.json @@ -7,7 +7,7 @@ } }, "mongo": { - "url": "mongodb://localhost:31717/vortex_test" + "url": "mongodb://localhost:27017/vortex_test" }, "influxdb": { "url": "http://localhost:8086",