Skip to content

Commit c792f3f

Browse files
authored
refresh pacman keys
1 parent a011daf commit c792f3f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ before_install:
3131
rm msys64/usr/bin/bash.exe ;
3232
cp -R msys64/* / ;
3333
fi
34+
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then pacman-key --init; fi
35+
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then pacman-key --populate msys2; fi
36+
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then pacman-key --refresh-keys; fi
3437
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then pacman -Syuu; fi
3538
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then pacman -S --needed base-devel; fi
3639
- curl https://s3.amazonaws.com/libhttpserver/libmicrohttpd_releases/libmicrohttpd-0.9.59.tar.gz -o libmicrohttpd-0.9.59.tar.gz

0 commit comments

Comments
 (0)