Merge pull request 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

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