mirror of
https://github.com/espressif/openthread.git
synced 2026-08-25 03:39:52 +00:00
[travis] remove postgresql source list (#4125)
Avoid CI failures caused by pgdg.list.
This commit is contained in:
@@ -39,7 +39,7 @@ set -x
|
||||
cd /tmp || die
|
||||
|
||||
[ $TRAVIS_OS_NAME != linux ] || {
|
||||
(cd /etc/apt/sources.list.d && sudo rm -rf cassandra.list* couchdb.list* mongodb-3.4.list* rabbitmq_rabbitmq-server.list* chris-lea-redis-server.list* github_git-lfs.list*)
|
||||
(cd /etc/apt/sources.list.d && sudo rm -rf cassandra.list* couchdb.list* mongodb-3.4.list* rabbitmq_rabbitmq-server.list* chris-lea-redis-server.list* github_git-lfs.list* pgdg.list)
|
||||
sudo apt-get update || die
|
||||
|
||||
[ $BUILD_TARGET != posix-distcheck -a $BUILD_TARGET != posix-32-bit -a $BUILD_TARGET != posix-app-cli -a $BUILD_TARGET != posix-mtd -a $BUILD_TARGET != posix-ncp -a $BUILD_TARGET != posix-app-ncp ] || {
|
||||
|
||||
Reference in New Issue
Block a user