Fix psql repo fail

This commit is contained in:
dadav 2019-10-03 16:01:42 +02:00
parent 335e6b1311
commit 50b49a5212

View File

@ -29,7 +29,7 @@ before_script:
- make -j$(nproc)
- sudo make install
- cd $TRAVIS_BUILD_DIR
- sudo apt-get -y update
- sudo apt-get -y update || true
- sudo apt-get -y install qemu-user-static binfmt-support bmap-tools kpartx
- sudo update-binfmts --display
script: