remove debug for ld.so.preload

This commit is contained in:
Cassiano Aquino 2019-10-02 18:12:05 +01:00
parent 2abf3f21fd
commit 4986950ffb
No known key found for this signature in database
GPG Key ID: 2480258091054B09

View File

@ -22,7 +22,6 @@ before_script:
- sudo apt-get -y update - sudo apt-get -y update
- sudo apt-get -y install qemu-user-static binfmt-support qemu bmap-tools kpartx - sudo apt-get -y install qemu-user-static binfmt-support qemu bmap-tools kpartx
- sudo update-binfmts --display - sudo update-binfmts --display
- cat /etc/ld.so.preload
script: script:
- sudo -E env "PATH=$PATH" make -e PWN_HOSTNAME="pwnagotchi" VERSION="$TRAVIS_TAG" - sudo -E env "PATH=$PATH" make -e PWN_HOSTNAME="pwnagotchi" VERSION="$TRAVIS_TAG"