From 7a3285892c2bddc5a618fb7214c56ff1d33d0967 Mon Sep 17 00:00:00 2001 From: Michal Pristas Date: Fri, 21 Sep 2018 08:38:10 +0200 Subject: [PATCH] travis updated (#695) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6cdc3561..7a7bf307 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,7 @@ before_script: - make setup-dev-env - wget "https://dl.minio.io/server/minio/release/linux-amd64/minio" # moving from the default port 9000 so it doesn't conflich with other services (i.e. vscode extensions server) - # we also need to change it in travis because the tests are using the config.test.toml where port 9001 is used + # we also need to change it in travis because the tests are using the config.dev.toml where port 9001 is used - chmod +x minio && nohup ./minio server --address ":9001" . & script: