From: Andreas Reichel <[email protected]>

Prevent 404 during apt-get install with apt-get update in before_install

Signed-off-by: Andreas Reichel <[email protected]>
---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index 8098fe2..9cf215f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,6 +25,7 @@ compiler:
 sudo: required
 
 before_install:
+  - sudo apt-get update
   - if [ $TRAVIS_BRANCH = coverity_scan ] && [ ${TRAVIS_JOB_NUMBER##*.} != 1 
]; then exit 0; fi
   - echo -n | openssl s_client -connect scan.coverity.com:444 | sed -ne 
'/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' | sudo tee -a 
/etc/ssl/certs/ca-certificates.crt
 
-- 
2.17.0

-- 
You received this message because you are subscribed to the Google Groups "EFI 
Boot Guard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/efibootguard-dev/20180525120108.31055-16-andreas.reichel.ext%40siemens.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to