Merge pull request #97 from dadav/fix/traviz

Fix psql repo fail
This commit is contained in:
evilsocket 2019-10-03 16:03:25 +02:00 committed by GitHub
commit 3b6f7f6747
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: