From 404dc64c396bb84a4a2b498ac1add8dd4a1ee9fe Mon Sep 17 00:00:00 2001 From: leonnicolas Date: Wed, 23 Sep 2020 08:17:44 +0200 Subject: [PATCH] .travis.yml: try to load msg-rpc --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f61b2a5..dee5b2f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ git: submodules: false before_install: - - echo -e "machine github.com\n login $"GIT_USER"\n password $"GIT_PW > ~/.netrc + - echo -e "machine github.com\n login $GIT_USER\n password $GIT_PW > ~/.netrc - git submodule set-url msg-rpc https://github.com/flotte-goes-smart/msg-rpc.git - git submodule init - git submodule update