DEV Community

Shivdas Kanade
Shivdas Kanade

Posted on

Answer: Travis builds fail with “apt-get install failed”

Error: W: GPG error: http://repo.mysql.com/apt/ubuntu xenial InRelease: The following signatures were invalid: KEYEXPIRED 1550412832 KEYEXPIRED 1550412832 KEYEXPIRED 1550412832

W: The repository ‘https://repo.mysql.com/apt/ubuntu xenial InRelease’ is not signed.

Solution:

Use below command to check expired key lists,

$ sudo apt-key list | grep -A 1 expired

Output:

pub 1024D/5072E1F5 2003-02-03…

Top comments (0)