From 5e3ff1ce3605463c9a4e64c2ab74394c8a465c10 Mon Sep 17 00:00:00 2001 From: Olof hagsand Date: Sun, 23 May 2021 17:57:44 +0200 Subject: [PATCH] travis/docker issues --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 4c040b46..63d88fd9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,4 +8,5 @@ branches: script: ./configure --with-restconf=fcgi && make && sudo make install && make test before_script: - sudo apt-get install -y libfcgi-dev + - echo "hepp%7835" | docker login -u "olofhagsand" --password-stdin - ./test/travis/before_script.sh