neilpang 7 years ago
parent
commit
f62457a24e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -30,7 +30,7 @@ install:
       openssl version 2>&1 || true;
       openssl version 2>&1 || true;
       $ACME_OPENSSL_BIN version 2>&1 || true;
       $ACME_OPENSSL_BIN version 2>&1 || true;
       export PATH="$_old_path";
       export PATH="$_old_path";
-    else sudo apt-get install socat;
+    else sudo apt-get -y update && sudo apt-get install -y socat;
     fi
     fi
   
   
 script:
 script: