From 3efff19396755e3df91b9e3c131123be16ed558e Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Sat, 18 Feb 2017 23:31:41 +0100 Subject: [PATCH] print qemu's manual --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 9708ef723..2fd40a0e5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,6 +20,7 @@ script: - debuild -e PATH -e CFLAGS_FOR_TARGET -e GOFLAGS_FOR_TARGET -e FCFLAGS_FOR_TARGET -e FFLAGS_FOR_TARGET -e CXXFLAGS_FOR_TARGET -us -uc -j2 - sudo dpkg -i ../libhermit*_amd64.deb - make -j2 examples + - qemu-system-x86_64 -help - if [ "$TRAVIS_BRANCH" != "master" ]; then make test; fi deploy: